Hi,
I want to use Swish-E (2.4.2) on Debian/Linux (stable) by building it
from the source.
I want Swish-E to use static libraries, so I am running ./configure with
"--enable-static=yes".
The make and make install run seems OK, but when I am looking at the
binary with ldd it shows the following output:
libswish-e.so.2 => /usr/local/lib/libswish-e.so.2 (0x40018000)
^^^^^^^^^^^^^^^^^
libz.so.1 => /usr/lib/libz.so.1 (0x4005c000)
libm.so.6 => /lib/libm.so.6 (0x4006d000)
libc.so.6 => /lib/libc.so.6 (0x40090000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
with a shared library dependency on "libswish-e.so.2". Doesnt look like
it was build with static libraries.
Does anybody know where the problem is?
/Basti
p.s. GCC = Version 3.3.3
--
Received on Mon May 10 01:36:20 2004