
We have built GHC 6.2 for RedHat 9 in our department without problems (well... I checked out the sources approx. 2 weeks ago) using gcc-3.3.1 and a snapshot of ghc-6.1(20030829, rebuilt using binary ghc-6.1.20030803 and manually linking in a dummy __ctype_b). I only had problems because of the changed library (ghc fails when linking) and because I could not install an rpm on the machine. Now the build got through without problems, and it seems the compiler does what it should... Jost
Date: 21 Oct 2003 01:42:25 +0200 From: Peter Simons
To: glasgow-haskell-users@haskell.org Subject: GHC and gcc 3.3.1 Just curious: Has anyone successfully compiled GHC with gcc 3.3.1 on Linux/x86? I'm having trouble here with both GHC 6.0 and GHC-current. Is that just me?
Peter