<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Sep 21, 2007, at 3:34 AM, Michael T. Richter wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><BR>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?<BR></SPAN></BLOCKQUOTE></DIV><BR><DIV>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.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-Chris</DIV></BODY></HTML>