From: | Idar Tollefsen <idart(at)performancedesign(dot)no> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 8.1RC1 fails to build on OS X (10.4) |
Date: | 2005-11-02 17:05:19 |
Message-ID: | 4368F1CF.8020104@performancedesign.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> I notice however that you seem to have a different version of gcc:
>
>>gcc --version:
>>powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026)
>>Copyright (C) 2005 Free Software Foundation, Inc.
>
> Mine says
>
> powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
> Copyright (C) 2004 Free Software Foundation, Inc.
>
> which is evidently older. Where'd you get yours from?
I believe 5026 came as part of the Xcode 2.1 package when I upgraded it from
Xcode 2.0. Xcode et. al. can be downloaded from ADC
(http://developer.apple.com/, choose "Log in").
The 4061 build you have, that came with Xcode 2.0, is a pre-release of GCC 4.0.
The 5026 build is synchronized with the official 4.0 release.
Good catch tough. Could you try the Xcode 2.1 upgrade and see if you get the
same errors I'm seeing? Or could anyone tell us what GCC version "tuna" is running?
- IT
From | Date | Subject | |
---|---|---|---|
Next Message | Steinar H. Gunderson | 2005-11-02 17:31:56 | Transitive closure of a directed graph |
Previous Message | Tom Lane | 2005-11-02 16:39:42 | Re: 8.1RC1 fails to build on OS X (10.4) |