This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]