Bill Moseley wrote:

I don't really understand why libxml2 got linked in statically and not
libz.  I assume that's an issue in my Makefile.am file or how we setup
libz and libxml2 in our configure script.

It's probably because libxml2 itself is installed using libtool (and thus there is a libxml2.la file present), where libz is not.



_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to