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

Wojciech Matyjewicz wmatyjewicz at fastmail.fm
Fri Sep 21 08:05:17 PDT 2007


Hi,

> 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?

Try to configure with switch --enable-languages=c,c++.

Wojtek



More information about the llvm-dev mailing list