[Gtk-sharp-list] Building glue libraries

Chris Ridd chris.ridd@isode.com
Sat, 19 Jun 2004 19:29:16 +0100


Sometime between 0.91.1 and 0.98, I see that the Makefiles for the various
glue libraries added -no-undefined to each library's LDFLAGS setting. Eg
gdk/glue/Makefile.am:

libgdksharpglue_la_LDFLAGS = -module -avoid-version -no-undefined

This prevents the libraries from building on OS X.

Is there a good reason for the presence of -no-undefined on these lines, or
can they be safely removed on all platforms?

Cheers,

Chris