[LLVMdev] Cannot build llvm + clang and want to find PDF documentations
Duncan Sands
baldrick at free.fr
Mon Nov 8 03:11:47 PST 2010
Hi Leon,
> I cannot build llvm/clang with the revision
>
> r118398
>
> configured with
>
> ./configure --enable-optimized --enable-doxygen --with-optimize-option.
>
> When I do make I get
>
> make[1]: Entering directory `/home/wingsit/llvm/lib/System'
> llvm[1]: Compiling Atomic.cpp for Release+Asserts build
> g++: yes: No such file or directory
> make[1]: *** [/home/wingsit/llvm/lib/System/Release+Asserts/Atomic.o] Error 1
> make[1]: Leaving directory `/home/wingsit/llvm/lib/System'
> make: *** [all] Error 1
try
make VERBOSE=1
to get more information.
Ciao,
Duncan.
More information about the llvm-dev
mailing list