Reputation: 35933
I have Xcode 3.2.2 and I am trying to use LLVM version 1.0.2 as a compiler.
When I do that, I see the error
Library not found for -lgcc
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1
How do I solve that?
thanks.
Upvotes: 1
Views: 1747
Reputation: 35933
In fact it seems that you can use LLVM on Xcode 3.2.3. I've just downloaded it now and LLVM works!!!!
Upvotes: 0
Reputation: 299265
You can't use LLVM to compile iPhone apps in 3.2. You'll need to use GCC.
Upvotes: 2