On Sun, 8 Nov 2009, Bob Friesenhahn wrote:
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.
I also think that it is a problem with a Makefile. I'll investigate more.
it was indeed an error in a Makefile.am, where a variable was not
initialized
Vincent Torri
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool