libtool
[Top][All Lists]
Advanced

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

Re: libtool option to build both static and shared?


From: Bob Friesenhahn
Subject: Re: libtool option to build both static and shared?
Date: Thu, 12 Nov 2009 15:37:17 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Thu, 12 Nov 2009, Stepan Kasal wrote:

This is the solution which currently does work, as long as the OS,
tools, and libraries are capable of it.  Note that using
--disable-static is not portable so attempting to force only a shared
build decreases portability.  [...]

I understand that building shared library only is something that is
not portable, because it is not possible.

Sometimes it is due to limitations in the language run-time environment. For example, it has been a common problem that the C++ standard library provided with GCC is static under Windows due a problem with throwing exceptions across DLL boundaries.

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]