Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 1999 00:31:26 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        reg@shale.csir.co.za
Cc:        freebsd-ports@freebsd.org
Subject:   'libtool --mode=link ...' ignores -rpath
Message-ID:  <Pine.OSF.4.10.9908100019200.31651-100000@fly.HiWAAY.net>

next in thread | raw e-mail | index | archive | help
Jeremy,

I've been working on updating the GNOME ports for PR ports/12781
and I'm having a bit of a problem that seems to be related to
libtool.  The scenario goes like this.

When trying to link libglade-gnome.so from the libglade port, cc(1)
needs to be called with '-Wl,--rpath -Wl,/usr/local/lib'.  The
link command in the Makefile looks like:

	libtool --mode=link cc ... -rpath /usr/local/lib

So the port is trying to do the right thing.  However for some
reason libtool is not turning the '-rpath' into the proper linker
directives like it does for binaries.  Do you have any ideas how
to fix this before I jump head first into the ~4000 lines of the
libtool script looking for the problem?

Thanks.

-steve



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.9908100019200.31651-100000>