Re: Building GHC on Mac OS 10.2.1

2006-12-29 Thread Kirsten Chevalier
The latest is that while I was able to successfully install gcc 3.3, it made no difference at all. I was able to make some progress by running configure with --disable-threaded-rts. But, now I get: == make boot -r; in /Users

Re: Building GHC on Mac OS 10.2.1

2006-12-29 Thread Kirsten Chevalier
On 12/29/06, Wolfgang Thaller <[EMAIL PROTECTED]> wrote: > I'm trying to build the HEAD on a somewhat old PowerBook G4 running > Mac OS 10.2.1. It would seem that I don't have a new enough version of > gcc: > % gcc --version > gcc (GCC) 3.1 20020420 (prerelease) Well, support for that version ha

Re: Building GHC on Mac OS 10.2.1

2006-12-29 Thread Wolfgang Thaller
I'm trying to build the HEAD on a somewhat old PowerBook G4 running Mac OS 10.2.1. It would seem that I don't have a new enough version of gcc: % gcc --version gcc (GCC) 3.1 20020420 (prerelease) Well, support for that version has definitely bitrotted, but it shouldn't be impossible to fix. Ho

Re: Replacement for GMP: Update

2006-12-29 Thread Thorkil Naur
Hello, Thanks a lot for your reply. Here are some comments to this. As is customary, I must apologise for the late reply (the response time for this conversation seems to increase exponentially with time) which also may very well make some of the comments totally out-dated. On Friday 01 Septem

Re: Building GHC on Mac OS 10.2.1

2006-12-29 Thread Thorkil Naur
Hello, Not much help, I'm afraid, but for what it's worth: I have built GHC-6.6 and some HEAD-ish version successfully on a PowerBook G4 with Mac OS X 10.3 (Panther?) and also after upgrading to 10.4 Tiger. I have never tried with 10.2. To assist in your difficult decisions, here are some detai

Re: Building GHC on Mac OS 10.2.1

2006-12-29 Thread Judah Jacobson
Hi Kirsten, You may have better luck downloading gcc-3.3 from connect.apple.com. (You need to log in, but you can create an ADC account for free.) Look through the "Developer Tools" downloads for the gcc update from August 2003. (Depending on the state of your system, you may need the December 2

Building GHC on Mac OS 10.2.1

2006-12-29 Thread Kirsten Chevalier
Hi all, I'm trying to build the HEAD on a somewhat old PowerBook G4 running Mac OS 10.2.1. It would seem that I don't have a new enough version of gcc: % gcc --version gcc (GCC) 3.1 20020420 (prerelease) and I can't seem to build a newer version of gcc (3.3) due to missing system include files whi