bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: remove /usr/local/lib from rpath


From: Bruno Haible
Subject: Re: remove /usr/local/lib from rpath
Date: Mon, 9 Jun 2008 22:23:44 +0200
User-agent: KMail/1.5.4

Hi,

Scott Lambdin wrote:
> Could someone please give me a clue how to compile libintl without
> /usr/local/lib showing up in the lib's rpath?  LDFLAGS="-R/blah/blah" adds
> /blah/blah to rpath but after /usr/local/lib.

Did you try

  $ ./configure --help | grep rpath
    --disable-rpath         do not hardcode runtime library paths

When you specify --disable-rpath, you are entirely responsible for adding
the necessary linker options (via LDFLAGS) so that the resulting program runs.

Bruno





reply via email to

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