libtool
[Top][All Lists]
Advanced

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

Re: binutils 2.28 breaking libtool for test programs when -no-install is


From: Thomas Jahns
Subject: Re: binutils 2.28 breaking libtool for test programs when -no-install is used
Date: Thu, 1 Jun 2017 09:56:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 05/31/2017 01:15 PM, Vincent Lefevre wrote:
On 2017-05-31 11:58:05 +0200, Thomas Jahns wrote:
On 05/30/2017 06:30 PM, Vincent Lefevre wrote:
On 2017-05-30 17:39:14 +0200, Thomas Jahns wrote:
I repeat: don't set LD_LIBRARY_PATH, that's the real problem, libtool not
working for you is just a symptom of that.

So, how can I make things work *automatically* under Linux without
setting LD_LIBRARY_PATH?

Your binaries and shared objects need to contain the correct RPATH or
RUNPATH entries, there is several tools to help with that:

GCC doesn't generate such entries, and the user shouldn't have
to use alternate tools.

GCC doesn't generate binaries or shared libraries, ld does. Passing

-Wl,-rpath,/path/to/dependency/lib

will do just what's needed (for most people on this list libtool does so for 
them).

Regards, Thomas

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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