Re: MSW DLLs support in libtool
Bob Friesenhahn <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool