libtool
[Top][All Lists]
Advanced

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

Re: only static libraries created


From: Peter O'Gorman
Subject: Re: only static libraries created
Date: Fri, 26 Sep 2003 09:44:28 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030916 Thunderbird/0.3a

Bob Friesenhahn wrote:

On Thu, 25 Sep 2003, Bernhard Rumpler wrote:
When I try to link static libraries, then a warning "Linking the shared
library libgtkhtml-2.la against a loadable module - libhtmllayouthtml.a is
not portable!" is displayed. What does "not portable" mean in this
context?


I suspect that this complaint is because the library doesn't have
versioning information as part of its name.

This complaint is because libhtmllayouthtml.la was linked with the -module flag to libtool, which means it is meant to be a dlopenable module, and on some platforms (Mac OS X/darwin NetBSD/a.out) may not be used as input to the linker.

If libhtmllayouthtml.la was not linked with the -module flag, it is a bug.

Thanks,
Peter
--
* Peter O'Gorman - http://www.pogma.com/ *





reply via email to

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