I tried to compile a static version of Imagemagick 6.5.4:
Code: Select all
./configure --disable-shared --enable-delegate-build
make
linux-gate.so.1 => (0xb7f71000)
libgomp.so.1 => /usr/lib/libgomp.so.1 (0xb7f63000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f4b000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7f25000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dd6000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7dcd000)
/lib/ld-linux.so.2 (0xb7f72000)
What am I doing wrong?
Thanks for any help with this!