[LLVMdev] CVS LLVM Requires CVS llvm-gcc?

Chris Lattner sabre at nondot.org
Sun Feb 20 09:24:19 PST 2005


On Sat, 19 Feb 2005, Evan Jones wrote:
> On Feb 19, 2005, at 20:26, Reid Spencer wrote:
>> You need to tell configure where the install directory for all of
>> llvm-gcc is located.
>
> Ah ha. That was my problem. I forgot that I ran into this with LLVM 1.4 as 
> well. Basically, I specified:
>
> --with-llvmgccdir=/Users/ejones/llvm/cfrontend/ppc/llvm-gcc/bin
> instead of:
> --with-llvmgccdir=/Users/ejones/llvm/cfrontend/ppc/llvm-gcc

This is a very common error.  If someone wanted to contribute a patch to 
our configure script to make it immune to this problem (e.g. check 
"$llvmgccdir", and if that fails, check "$llvmgccdir/.."), that would be 
very handy... :)

-Chris

-- 
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/




More information about the llvm-dev mailing list