Dear all I'm very new to llvm. Actually I was trying to install it the whole day. Now I have a problem with configuration step. I get the following error: checking for clang... no checking for llvm-gcc... llvm-gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. and the config.log is attached. Any help is appreciated. Regards, Marwa Yusuf Computer Science and Engineering MSc. student Egypt-Japan University for Science and Technology Egypt -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: text/x-log Size: 6825 bytes Desc: config.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111221/2e181997/attachment.bin>
On 20/12/11 08:37 PM, marwayusuf at feng.bu.edu.eg wrote:> Dear all > I'm very new to llvm. Actually I was trying to install it the whole day. > Now I have a problem with configuration step. > I get the following error:looks like you have a broken version of llvm-gcc installed. Try CC=gcc CXX=g++ ../llvm/configure... Cheers, Rafael
Rafael Ávila de Espíndola <rafael.espindola <at> gmail.com> writes:> > looks like you have a broken version of llvm-gcc installed. Try > > CC=gcc CXX=g++ ../llvm/configure... > > Cheers, > Rafael >this helped me!!! thank you very much!!