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: Scott Lambdin
Subject: Re: remove /usr/local/lib from rpath
Date: Tue, 10 Jun 2008 08:43:38 -0400

To be sure, I tried again.

./configure --disable-rpath --prefix=/edi

but still:

[7]     RUNPATH         /usr/local/lib:/edi/lib
[8]     RPATH           /usr/local/lib:/edi/lib

Thanks,

--Scott


On 6/9/08, Bruno Haible <address@hidden> wrote:
>
> 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
>
>


-- 
CILCIL


reply via email to

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