libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mingw install directory for shared lib


From: Bob Rossi
Subject: Re: mingw install directory for shared lib
Date: Wed, 09 Jan 2008 14:30:40 -0500
User-agent: Mutt/1.5.15+20070412 (2007-04-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]