[LLVMbugs] [Bug 16786] New: LIBRARY_PATH precedence
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Aug 4 03:25:42 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16786
Bug ID: 16786
Summary: LIBRARY_PATH precedence
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: philipp.benner at mis.mpg.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10983
--> http://llvm.org/bugs/attachment.cgi?id=10983&action=edit
patch
Library paths that are specified in the environment variable LIBRARY_PATH
should have a higher precedence than the system defaults. This, for instance,
allows users to install (updated) libraries in their local home folders. GCC
has a higher precedence for LIBRARY_PATH but unfortunately clang does not.
Attached is a patch that fixes this in clang with gnutools.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130804/4e754ece/attachment.html>
More information about the llvm-bugs
mailing list