Build failure for 5.1.0-RC2 on Mac OS 10.8

Hans Aberg haberg-1 at telia.com
Tue Dec 11 10:26:30 CET 2012


On 10 Dec 2012, at 22:44, Marcin Gozdalik wrote:

> When trying to build on Mac OS 10.8.2 I get:
...
> $ gcc --version
> i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build
> 5658) (LLVM build 2336.11.00)


Note that this is not GCC, but an old LLVM-GCC, which has been deprecated on Mac OS X 10.7 and later. Instead use /usr/bin/cc, which points to an Apple homebrew version of clang. Also, later versions of the real GCC compile fine.

Hans




More information about the gmp-bugs mailing list