Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 7 Jan 2013 12:17:44 +0000 (12:17 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 7 Jan 2013 12:17:44 +0000 (12:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171729 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 3cba2ca86e2cbc92fa0d3f4dd0eca3cda95d1d02..5009d1c86c2f47b90f9fe9b2069e9ea1829e5ce1 100644 (file)
@@ -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