[LLVMdev] Build problems, LLVM 2.0's GCC front-end.

Chris Lattner sabre at nondot.org
Fri Sep 21 09:30:22 PDT 2007


On Sep 21, 2007, at 3:34 AM, Michael T. Richter wrote:

>
> Now I have absolutely no idea why it's doing *ANYTHING* at all with  
> darwin_macosx_<whatever> given that it seems to have correctly  
> identified earlier that I'm on an i686-pc-linux-gnu system.  (The  
> command line kind of gives me a hint that it figured that out.)  I  
> don't see anything in the configure script that helps with this.   
> What's more, I don't see anything in the configure script that  
> allows me to turn off Objective-C, despite the fact I'll never  
> actually use that language.  How can I either turn off Objective-C  
> (and bypass the error) or get it to stop trying to compile MacOS- 
> specific code?

As was mentioned, please configure with --enable-languages=c,c++.   
More generally, make sure you follow the instructions in README.LLVM  
at the top of the llvm-gcc source tree.

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070921/e9aad465/attachment.html>


More information about the llvm-dev mailing list