On 23 Jan 2013, at 22:21, Jeff Barnes <jbarnes...@gmail.com> wrote: > I downloaded fink to get gcc. I read all the blogs, etc. that said gcc > doesn't come with Xcode anymore. Did I misread something?
The gcc compiler is no longer shipped with Xcode. Instead it comes with the LLVM project's reworking of it. http://llvm.org/ and https://developer.apple.com/library/mac/#documentation/CompilerTools/Conceptual/LLVMCompilerOverview/_index.html The claim is that LLVM produces better object code than its gcc equivalent. The Xcode "command line tools" options will expose the installed compiler and linker for use outside of Xcode, e.g. for hacking with eclipse. Regards, Trevor. <>< Re: deemed! _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page