_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
So CentOS before 6.7 is not an option after all?Is that possible to use clang on CentOS 6.6 and before?
While it may be possible to jump through some RPATH tricks to use a libstdc++ that is local to clang, you would still run into lots of problems with libclang and friends.
C and C++ library packaging is definitely in the top 10 things I dislike about Linux.
Historically, on Windows, the C and C++ libraries are just
regular libraries that aren't packaged with the OS. They aren't
considered OS components. It's easy to have multiple
installations of the C and C++ library (I think this is / has
changed recently?).
On Linux libstdc++ is usually packaged with the OS. System
administrators would not like it if a random package upgraded
libstdc++ for the entire system. The flat symbol namespace on
Linux makes it difficult to provide multiple versions without
breaking significant use cases.
_______________________________________________ LLVM Developers mailing list llvm...@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project