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 14:52:51 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

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

The resulting gcc command:

gcc -std=gnu99 -pthread -I/usr/include -g -O2 -pthread -o .libs/opendkim 
opendkim-opendkim.o opendkim-opendkim-ar.o opendkim-opendkim-arf.o 
opendkim-opendkim-crypto.o opendkim-opendkim-db.o opendkim-opendkim-lua.o 
opendkim-config.o opendkim-stats.o opendkim-test.o opendkim-util.o  -L/usr/lib 
-L/usr/local/lib -L../libopendkim/.libs -lopendkim -lmilter -lssl -lcrypto 
-llua -lm  -Wl,-rpath,/usr/local/lib

So it's linking against /usr/lib/libopendkim.so.X while we want it to link 
against the one that was just built in ../libopendkim.

This has the appearance of a libtool bug, but the libtool you are using is no longer supported. Can you test with libtool 2.2.6b to see if it also occurs with the current release version? If it does occur, then this discussion should be moved to the bug-libtool list.

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]