From 0655f6c3d9ce7cfc6267055740086e7836c8d662 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Mon, 7 Jan 2013 12:17:44 +0000 Subject: [PATCH] Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers llvm-svn: 171729 --- llvm/docs/GettingStarted.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 3cba2ca86e2c..5009d1c86c2f 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -389,6 +389,9 @@ Fedora 17) have both Clang 3.0 and libstdc++ 4.7 in their repositories. Clang 3.0 does not implement a few builtins that are used in this library. We recommend using the system GCC to compile LLVM and Clang in this case. +**Clang 3.0 on Mageia 2**. There's a packaging issue: Clang can not find at +least some (``cxxabi.h``) libstdc++ headers. + .. _Getting Started with LLVM: Getting Started with LLVM