How dumb can I get? (libxml2..the beast)

Charles Wilson cwilson@ece.gatech.edu
Thu May 29 04:13:00 GMT 2003


Elfyn McBratney wrote:

> I'm using the -devel autoconf, automake and libtool (2.57, 1.7.3 and 
> 1.5, respectively) with `/usr/autotool/devel/bin' prepended to my PATH 
> environment variable and M4PATH env.... set to 
> `/usr/autotool/devel/share/autoconf' building and targetting 
> i686-pc-cygwin . It all builds OK, static libs 'n' all but no bloody 
> shared lib. 
> 

Make sure that the LDFLAGS for the library, in the Makefile.am, include 
the "-no-undefined" flag.

e.g.:

libfoo_la_LDFLAGS  = -version-info 1:0:1 -no-undefined

(I'm not sure, but I *think* this thread belongs on the main list, but 
it's probably a 'border' case)

--Chuck




More information about the Cygwin-apps mailing list