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.