libtool
[Top][All Lists]
Advanced

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

Re: Static Library Linking Issue


From: Bob Friesenhahn
Subject: Re: Static Library Linking Issue
Date: Mon, 24 Nov 2008 11:43:39 -0600 (CST)

On Mon, 24 Nov 2008, Gavin Norman wrote:

I'm trying to link a module library that can be used for dlopen against
a static lib. This is the issue I get:

Libtool will not allow that since it can't assure that the static library has been built appropriately to do anything more than core dump. However, you can use a libtool convenience library, which is always assured to have been built appropriately for use in a shared library or module.

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]