[LLVMdev] questions about installing llvm

Misha Brukman brukman at uiuc.edu
Fri Feb 18 09:39:24 PST 2005


On Fri, Feb 18, 2005 at 11:30:45AM -0600, Feng Chen wrote:
> However, although the configuration and installation process doesn't
> report any error/warning, the llvmc cannot work. It just says:
> Unexpected unknown exception occurred :(
> 
> Do you have any clue about that?

Have you compiled and installed llvm-gcc/llvm-g++?  llvmc is not a
compiler, it's just a compiler driver, so it expects all the tools to be
in the path (llvm-gcc, gccas, gccld, opt, etc.)

Furthermore, if llvmc does not work for you, just use llvm-gcc directly,
assuming the rest of llvm tools are in your path.

-- 
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu




More information about the llvm-dev mailing list