search for: moonbox

Displaying 1 result from an estimated 1 matches for "moonbox".

2013 Mar 16
3
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
...on a 64bit ubuntu12.04 machine. And I was using the settings below, export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu ../llvm-gcc-4.2-2.9.source/configure --enable-optimized --program-prefix=llvm- --enable-checking --enable-llvm=${HOME}/moonbox/llvm-obj/Debug+Asserts --disable-bootstrap -- enable-languages=c,c++ make CXX=/usr/bin/clang++ Here `${HOME}/moonbox/llvm-obj/Debug+Asserts' contains the built llvm lib/bin, I have also added the include directory into this path for convenience. But then I came across this error message...