bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/16094] ld searches LIBRARY_PATH and LD_LIBRARY_PATH but gold o


From: ccoutant at google dot com
Subject: [Bug gold/16094] ld searches LIBRARY_PATH and LD_LIBRARY_PATH but gold only searches LIBRARY_PATH
Date: Mon, 28 Oct 2013 17:00:49 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16094

Cary Coutant <ccoutant at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Cary Coutant <ccoutant at google dot com> ---
Yes, it's intentional. LD_LIBRARY_PATH is the run-time search path for dynamic
libraries, while LIBRARY_PATH is the link-time search path for libraries.

The Gnu linker searches for dynamic libraries with LD_LIBRARY_PATH while
resolving symbolic references across shared libraries, and attempts to
reproduce the dynamic linker's searching behavior. Gold, by design, does not do
this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

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