[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bus error on MacOS
- From: Jay Carlson <nop@...>
- Date: Tue, 7 May 2013 22:39:41 -0400
On May 7, 2013, at 2:22 PM, Eric Wing wrote:
>>> gcc and the GNU toolchain has already been removed from the latest
>>> Xcode distributions.
>>
>> Not removed from the public ones yet.
>>
>
> Yes, they have. You may need to update your Xcode and Xcode command
> line tool package to see this.
https://developer.apple.com/downloads/index.action
Command Line Tools (OS X Mountain Lion) for Xcode April 2013 (April 15, 2013)
Command Line Tools (OS X Lion) for Xcode April 2013 (April 15, 2013)
$ hdiutil mount xcode462_cltools_10_76938260a.dmg
$ pkgutil --payload-files /Volumes/Command\ Line\ Tools\ \(Lion\)/Packages/DeveloperToolsCLI.pkg | grep llvm-gcc | head
./usr/bin/i686-apple-darwin11-llvm-gcc-4.2
./usr/bin/llvm-gcc
./usr/bin/llvm-gcc-4.2
./usr/llvm-gcc-4.2
./usr/llvm-gcc-4.2/bin
./usr/llvm-gcc-4.2/bin/gcov-4.2
./usr/llvm-gcc-4.2/bin/i686-apple-darwin11-llvm-g++-4.2
./usr/llvm-gcc-4.2/bin/i686-apple-darwin11-llvm-gcc-4.2
./usr/llvm-gcc-4.2/bin/llvm-c++-4.2
./usr/llvm-gcc-4.2/bin/llvm-cpp-4.2
- References:
- Re: Bus error on MacOS, Luiz Henrique de Figueiredo
- RE: Bus error on MacOS, Richter, Jörg
- Re: Bus error on MacOS, Luiz Henrique de Figueiredo
- Re: Bus error on MacOS, Luiz Henrique de Figueiredo
- Re: Bus error on MacOS, Luiz Henrique de Figueiredo
- Re: Bus error on MacOS, Dong Feng
- Re: Bus error on MacOS, Eric Wing
- Re: Bus error on MacOS, Jay Carlson
- Re: Bus error on MacOS, Eric Wing