[LLVMdev] redhat 9, compiling llvm-1.0.tar.gz

Chris Lattner sabre at nondot.org
Sun Oct 26 12:49:01 PST 2003


On Sun, 26 Oct 2003, [koi8-r] "Valery A.Khamenya[koi8-r] "  wrote:
>   compilation of package llvm-1.0.tar.gz under redhat 9 is failed with
> following output:

> make[3]: *** No rule to make target `/home/vak/llvm/llvm/runtime/GCCLibraries/crtend/BytecodeObj/C++-Exception.bc', needed by `/home/vak/llvm/llvm/lib/BytecodeLibs/libcrtend.bc'.  Stop.
> make[3]: Leaving directory `/home/vak/llvm/llvm/runtime/GCCLibraries/crtend'
> ...skipped

Makes sure that you have the C front-end installed correctly, and that
the configure script found it (you have to provide the path to the C
frontend to the configure script).

-Chris

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




More information about the llvm-dev mailing list