Displaying 2 results from an estimated 2 matches for "c6eeba19".
2009 Oct 14
3
[LLVMdev] building llvm-gcc/llvm-g++
Hi,
I'm having trouble building the llvm-gcc frontend. I'm working with
llvm-gcc4.2-2.5. I'm on 32bit x86 linux. I removed the file GNUmakefile,
then built it with:
./configure --enable-languages=c,c++ --with-llvm=~/llvm/backend/llvm-2.5
make
~/llvm/backend/llvm-2.5 is where the backend was untared and built, but not
installed.
After I'd done this there was a file in
2009 Oct 14
0
[LLVMdev] building llvm-gcc/llvm-g++
Hi Daniel,
> I'm having trouble building the llvm-gcc frontend. I'm working with
> llvm-gcc4.2-2.5. I'm on 32bit x86 linux. I removed the file GNUmakefile,
> then built it with:
>
> ./configure --enable-languages=c,c++ --with-llvm=~/llvm/backend/llvm-2.5
it's --enable-llvm, not --with-llvm.
Ciao,
Duncan.