Hi > This is my first attempt to compile llvm-gcc. > The llvm core compiled without problems. you didn't tell it where to find llvm when you configured. Check out README.LLVM, in particular the --enable-llvm= option. Ciao, Duncan.