On Tue, Jan 08, 2008 at 11:29:15PM +0200, Tor Lillqvist wrote:
> Shouldn't plug-in -type shared libraries be built with the -module
> -avoid-version libtool flags? I think with those flags, such
> libtool-built DLLs get installed in the libdir of the Makefile in
> question, not libdir/../bin like normal DLLs.

I previously had,
  libfoo_la_LDFLAGS = "-no-undefined"

When I change it to this,
  libfoo_la_LDFLAGS = "-no-undefined -module"
or this,
  libfoo_la_LDFLAGS = "-no-undefined -module -avoid-version"

Then the dll doesn't seem to get installed at all. I really don't
understand this at all. Any ideas?

Bob Rossi


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to