[LLVMbugs] [Bug 8324] New: llvm-config --libdir results in wrong output on most 64-bit Linux systems

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 7 05:13:42 PDT 2010


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: unassignedbugs at nondot.org
        ReportedBy: bero at arklinux.org
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list