libtool
[Top][All Lists]
Advanced

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

Re: problem with rpath on OpenBSD


From: Bob Friesenhahn
Subject: Re: problem with rpath on OpenBSD
Date: Sun, 8 Nov 2009 12:00:48 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

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
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]