[cfe-dev] Build Error

Csaba Raduly rcsaba at gmail.com
Thu Jul 21 13:30:25 PDT 2011


On Thu, Jul 21, 2011 at 4:46 PM, Prasanth Anbalagan  wrote:
> Hi,
> I'm trying to build Clang on Redhat Linux. I recevied the following error
> llvm[3]: Compiling SimplifyLibCalls.cpp for Debug+Asserts build
> llvm[3]: Compiling Sink.cpp for Debug+Asserts build
> llvm[3]: Compiling TailDuplication.cpp for Debug+Asserts build
> llvm[3]: Compiling TailRecursionElimination.cpp for Debug+Asserts build
> llvm[3]: Building Debug+Asserts Archive Library libLLVMScalarOpts.a
> make[3]: *** [/root/llvm/Debug+Asserts/lib/libLLVMScalarOpts.a] Error 1
> make[3]: Leaving directory `/root/llvm/lib/Transforms/Scalar'
> make[2]: *** [Scalar/.makeall] Error 2
> make[2]: Leaving directory `/root/llvm/lib/Transforms'
> make[1]: *** [Transforms/.makeall] Error 2
> make[1]: Leaving directory `/root/llvm/lib'
> make: *** [all] Error 1

Hi Prasanth,
There isn't enough information in your mail. We don't even know how
you ran make. If you run

make VERBOSE=1

it will display the commands executed by make. Perhaps that would give
an indication as to what the problem is.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds



More information about the cfe-dev mailing list