http://llvm.org/bugs/show_bug.cgi?id=11537

             Bug #: 11537
           Summary: llvm-config --ld-flags does not give the correct
                    library path
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 7712
  --> http://llvm.org/bugs/attachment.cgi?id=7712
llvm configure log

When using llvm-config --ldflags, the program returns -L/usr/lib instead of the
correct location of the llvm libraries (/usr/lib/llvm in my case).
According to baldrick, this may be due to llvm-config assuming the libs would
be install under --prefix, rather than --libdir.

Attached is the config.log from my llvm build.

-- 
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

Reply via email to