libtool
[Top][All Lists]
Advanced

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

Re: LT_* equivalent to AC_CHECK_LIB?


From: Bob Friesenhahn
Subject: Re: LT_* equivalent to AC_CHECK_LIB?
Date: Mon, 3 Jul 2006 15:36:14 -0500 (CDT)

On Mon, 3 Jul 2006, Albert Chin wrote:

Is libneon a static library? If not, and libneon has the 3rd-party
libraries as dependencies, why shouldn't linking with just -lneon
work?

As you are well aware, this only works on systems where the linker applies implicit dependency libraries during linking. Failure results when a shared lib does not specify any dependencies, or the OS does not support it.

For example, specifying just -lpng might not cause the linker to implicitly add -lz.

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]