automake
[Top][All Lists]
Advanced

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

RE: libtool issue in a Makefile.am reference


From: Bob Friesenhahn
Subject: RE: libtool issue in a Makefile.am reference
Date: Mon, 25 Jan 2010 12:36:46 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Mon, 25 Jan 2010, Murray S. Kucherawy wrote:

LIBADD is for libraries. For programs use

progname_LDADD = ../libdirectory/libraryname.la

Sorry, I was in fact using progname_LDADD already.  Should've cut-and-pasted 
instead of manually transcribing.

Anything else I could try?

You could tell us what version of libtool is being used. You could post the complete command line when libtool is invoked, and the command line that libtool says it is invoking.

There is a possibility that an already installed library used in the link already references an existing version of the library that you are trying to link against. This results in two versions of the same library being used in the build.

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]