gcc rc 6.4 compilation error report on Mac OS X

2005-02-21 Thread Johan Glimming
I forward this to the list in hope of getting feedback on the enclosed output from failed 6.4 rc make on a Mac OS X system from any OS X experts around: Johan, Could you post this to the list? There are people on the list who know more about Mac OS X than I, and they should be able to help re

RE: GHC 6.4 release candidates available

2005-02-21 Thread Simon Marlow
On 19 February 2005 16:40, Judah Jacobson wrote: > Compiling on OS X 10.2.8 (using gcc 3.1, ghc-6.2.2) gave an error on > ghc/rts/Linker.c. The tarball includes a bogus version of > ghc/includes/ghcplatform.h, which from what I can tell ought to be > generated by make. Deleting the file and re-m

Re: gcc rc 6.4 compilation error report on Mac OS X

2005-02-21 Thread Seth Kurtzberg
Johan Glimming wrote: I forward this to the list in hope of getting feedback on the enclosed output from failed 6.4 rc make on a Mac OS X system from any OS X experts around: Johan, Could you post this to the list? There are people on the list who know more about Mac OS X than I, and they shou

RE: gcc rc 6.4 compilation error report on Mac OS X

2005-02-21 Thread Simon Marlow
Actually, this looks like the same error that Judah Jacobson encountered. Try removing ghc/includes/ghcplatform.h, re-make in ghc/includes, and continue with the build. Cheers, Simon On 21 February 2005 11:10, Johan Glimming wrote: > I forward this to the list in hope of getting feedbac

RE: library path problem

2005-02-21 Thread Simon Marlow
On 18 February 2005 19:12, Sven Panne wrote: > Akos Korosmezey wrote: >> When I compile a simple code importing Control.Monad.State with >> ghc-6.4.20050217 on Linux I get linking errors: [...] > > You have to use "-package mtl" when "--make" is not used, because mtl > (where Control.Monad.State

Re: gcc rc 6.4 compilation error report on Mac OS X

2005-02-21 Thread Johan Glimming
Actually, this looks like the same error that Judah Jacobson encountered. Try removing ghc/includes/ghcplatform.h, re-make in ghc/includes, and continue with the build. Indeed, that helped to get a bit further, but after doing make clean;make I now get ../../ghc/compiler/ghc-inplace -H16m -O -fg

[announce] Fedora Haskell mailing list

2005-02-21 Thread Jens Petersen
The Fedora Haskell project now has a mailing list which is kindly hosted on haskell.org. :) If you wish to subscribe for announcements and discussion of packaging Haskell projects for Fedora, please go to . More information about the project is av

Re: gcc rc 6.4 compilation error report on Mac OS X

2005-02-21 Thread Wolfgang Thaller
/tmp/ghc21284.split__33.s:308:Fixup of 486 is not to a 4 byte address I've fixed this bug in CVS quite recently, so getting the newest STABLE branch from CVS should make this work. Alternatively, you can work around it by adding SplitObjs=NO to your mk