[LLVMdev] PATCH: Use size reduction -- wave1
    Chris Lattner 
    sabre at nondot.org
       
    Fri Apr  4 13:05:18 PDT 2008
    
    
  
On Fri, 4 Apr 2008, heisenbug wrote:
>> point taken. thanks!
>
>
> Whatever I try I get something like this:
>
> ggreif$ cd MultiSource/
> ggreif$ make
> make[2]: *** No rule to make target `Output/be.bc', needed by `Output/
> burg.linked.rbc'.  Stop.
> make[1]: *** [Burg/.makeall] Error 2
> make: *** [Applications/.makeall] Error 2
This is the wonderful indicator that the llvm configure script didn't find 
llvm-gcc.  Make sure that llvm-gcc is in your path, and the rerun the llvm 
configure script.  llvm-test should magically start working.
-Chris
-- 
http://nondot.org/sabre/
http://llvm.org/
    
    
More information about the llvm-dev
mailing list