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
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


Reply via email to