http://llvm.org/bugs/show_bug.cgi?id=8324
Summary: llvm-config --libdir results in wrong output on most
64-bit Linux systems
Product: tools
Version: 2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: llvm-config
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Most 64-bit Linux systems place their (native 64bit) libraries in /usr/lib64,
keeping /usr/lib for 32bit libraries for compatibility with legacy
applications.
llvm libraries are no exception - they're generally installed in /usr/lib64
llvm-config.in.in, line 69, however, hardcodes the assumption that things are
installed to $ABS_RUN_DIR/lib, causing it to output wrong values if it should
be $ABS_RUN_DIR/lib64
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs