libtool
[Top][All Lists]
Advanced

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

Re: MSW DLLs support in libtool


From: Bob Friesenhahn
Subject: Re: MSW DLLs support in libtool
Date: Wed, 10 Feb 2016 17:38:43 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Wed, 10 Feb 2016, Evgeny Grin wrote:

As result - "-no-undefined" is used only on W32 without any practical
benefit: if lib have some undefined symbols, it will not be build on W32
as shared lib regardless of "-no-undefined" flag. And conditionally used

The "-no-undefined" option is not actually Win32 specific. IBM's AIX has build configurations which benefit from it.

Also, "-no-undefined" does not indicate if the library has undefined symbols (many DLLs have undefined symbols). It indicates that the build configuration has agreed to supply any additional dependency libraries if there otherwise would be undefined symbols.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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