On Sat, 7 Nov 2009, Vincent Torri wrote:
The link command is:
/bin/sh ../../../libtool --tag=CC --mode=link gcc -o emotion.la -rpath
-module -avoid-version emotion.lo ../../../src/lib/libethumb.la
-L/usr/local/lib -L/usr/X11R6/lib -levas -leet -lgnutls -lfribidi
-lfontconfig -lexpat -lfreetype -lz -leina -L/usr/local/lib -leina
-L/usr/local/lib -L/usr/X11R6/lib -lemotion -levas -leet -lgnutls -lfribidi
-lfontconfig -lexpat -lfreetype -lz -leina -L/usr/local/lib -lecore
-lglib-2.0 -lintl -liconv -leina -L/usr/local/lib -L/usr/local//lib
-L/usr/X11R6/lib -ledje -lecore_imf_evas -lecore_imf -llua -lm -lembryo
-lecore_job -lecore -lglib-2.0 -lintl -liconv -levas -lfribidi -lfontconfig
-lexpat -lfreetype -lz -leet -lgnutls -leina
The error is
libtool: link: only absolute run-paths are allowed
it seems that no value is passed to rpath (what is after it is -module)
Ok, I slept last night and am looking at this again. It seems pretty
clear that since no argument was supplied to -rpath that the bug is
related to whatever is invoking libtool (probably a Makefile) rather
than libtool itself. The -rpath command requires an argument:
-rpath LIBDIR the created library will eventually be installed in LIBDIR
Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool