gmp 4.3.0 failures on Intel Darwin9
Ryan Schmidt
gmp-2009a at ryandesign.com
Thu Apr 23 16:12:16 CEST 2009
On Apr 23, 2009, at 08:51, Emmanuel Thomé wrote:
> Disclaimer: I know nothing about macs.
>
> Yet I have acess to a machine which says this:
> Macintosh ~ $ uname -a
> Darwin Macintosh.home 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24
> 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
>
> And the stock gcc identifies itself as ``gcc version 4.0.1 (Apple
> Inc. build 5465)''. Don't ask me to which xcode version it
> corresponds, I just don't know.
To find the version of Xcode, get info on /Developer/Applications/
Xcode.app or run:
defaults read \
/Developer/Applications/Xcode.app/Contents/Info \
CFBundleShortVersionString
[snip]
> So I suggest that you investigate your setup in more detail, and
> provide
> possibly more appropriate information. In particular, is your OS as
> up-to-date as your xcode package ? (Does ``Mac OS X 10.5.6 imply that
> uname returns 9.5.6 ? If so, then it's not quite the same setup as
> me.'')
No, Mac OS X 10.5.6 is Darwin 9.6.0. The first number of the Darwin
version is four more than the second number of the Mac OS X version,
and the second number of the Darwin version is the same as the third
number of the Mac OS X version. The first number of the Mac OS X
version is always 10, and the last number of the Darwin version is,
as far as I've seen, either 1 (only on Mac OS X 10.4.x on Intel Macs)
or 0 everywhere else.
More information about the gmp-bugs
mailing list