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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to