lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 18 March 2012 10:05, Eric Wing <ewmailing@gmail.com> wrote:
>> 4. You can now use gcc and make.
>
> That does remind me. I was told gcc is no longer distributed with the
> command line tools. Apple has moved to clang/llvm.

Apparently, gcc in Mac OS X uses the llvm backend:

$ gcc -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with:
/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~18/src/configure ...
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)

Of course, you can also use clang...