libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with rpath on OpenBSD


From: Vincent Torri
Subject: Re: problem with rpath on OpenBSD
Date: Sun, 8 Nov 2009 22:26:22 +0100 (CET)



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.

thank you

Vincent Torri




reply via email to

[Prev in Thread] Current Thread [Next in Thread]