On 03/08/2012 04:15 PM, Steve G Harnett wrote: > # ./libtool --config > # Which release of libtool.m4 was used? > macro_version=2.2.6b > macro_revision=1.3017 > # Whether or not to build static libraries. > build_old_libs=yes > # Whether or not to build shared libraries. > build_libtool_libs=no
There's your problem: libtool decided NOT to build shared libraries. You can try forcing it with ./configure --enable-shared --disable-static, and see if that works. --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
