[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2

Edward Diener eldlistmailingz at tropicsoft.com
Sun Jan 6 14:23:42 PST 2013


On Mageia 2 I have installed the binary clang package clang3.0-7. When I
tried to build the latest llvm/clang from source using this binary clang
I get this error:

1) In file included from
/home/mgeldiener/vcs/llvm/lib/Support/Signals.cpp:30:
/home/mgeldiener/vcs/llvm/lib/Support/Unix/Signals.inc:32:10: fatal
error: 'cxxabi.h' file not found
#include <cxxabi.h>
         ^
llvm[1]: Compiling Statistic.cpp for Debug+Asserts build
1 error generated.
gmake[1]: ***
[/home/mgeldiener/dev/clang/build/lib/Support/Debug+Asserts/Signals.o]
Error 1
gmake[1]: *** Waiting for unfinished jobs....
gmake[1]: Leaving directory `/home/mgeldiener/dev/clang/build/lib/Support'
gmake: *** [all] Error 1

If I build with gcc, there are no problems.





More information about the llvm-dev mailing list