[LLVMdev] help for Clang

Anton Korobeynikov anton at korobeynikov.info
Fri Dec 11 08:06:03 PST 2009


Hello

> when i run 'make' in the Clang source directory ,it stops at "Linking Debug executable clang-cc",and i tried many times ,but it did not work,it
> just stopped there.
> how can i do?
Sounds like a bug in your compiler / binutils. Things to try:

0. Make sure you're not using any tools listed in
http://llvm.org/docs/GettingStarted.html#brokengcc
1. Release build (--enable-optimized)
2. Change your system linker (e.g. upgrade or downgrade binutils / whatever)

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list