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 [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool