libtool
[Top][All Lists]
Advanced

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

RE: libltdl examples


From: Bob Friesenhahn
Subject: RE: libltdl examples
Date: Fri, 30 Dec 2005 14:00:59 -0600 (CST)

On Fri, 30 Dec 2005, Eric Lemings wrote:

Do any of these use C++ as their primary language?  And does libltdl
work the same even if the package is configured with --disable-shared?

The main issues with C++ are platform limitations with C++ static initialization and the usefulness of exporting symbols that need to be resolved as C language symbols so they are not subject to mangling.

Within the limits of the operating system, libltdl should work as expected with --disable-shared. Some operating systems don't provide the necessary functionality if the program is completely static.

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]