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

           Summary: Support non-default install locations of clang +
                    stdlib
           Product: clang
           Version: trunk
          Platform: HP
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Headers
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Currently, libc++'s include path is hardcoded as /usr/include/c++/v1. At least
for CMake (where the install path can be determined at configure time and added
in a preprocessor define), this should be set based on the installation prefix.
Standard libraries shouldn't be linked in with -lc++ and -lstdc++, as this can
be ambigious. Fully qualified paths to the C++ standard library used to build
clang should be used (e.g. /usr/lib/libc++.so). Adding the library path to the
rpath of produced binaries would also be neat.

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