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


Reply via email to