ghc-4.04, Sun Solaris 2.5.

1999-09-30 Thread Alex Ferguson
yeats.ucc.ie:~/ghc44/build/ghc/rts: gnumake all ../../ghc/driver/ghc -I../includes -I. -Igum -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith -optc-Wbad-function-cast -O2 -optc-DCOMPI

RE: randomIO causes bus error

1999-09-30 Thread Manuel M. T. Chakravarty
"Sigbjorn Finne (Intl Vendor)" <[EMAIL PROTECTED]> wrote, > We've (SimonM, really) have been dogged by the pokiness > of Linux' current NFS support, something that has been As an off-topic comment: NFS is a Bad Thing and NFS under Linux is even worse. Its a bug farm and a security risk. I wou

RE: Program too big to fit in memory under NT

1999-09-30 Thread Andrew Gray
Sigbjorn, On 30 Sep 99, at 1:35, Sigbjorn Finne (Intl Vendor) wrote: > hard to say what's at the root of this one - a > couple of things to check/try out: > * undo the rename of ghc-4.03 to ghc-4.03.exe > * what does "ghc-4.03 --version" report? Does >changing it to "perl ghc-4.03 --version

RE: randomIO causes bus error

1999-09-30 Thread Sigbjorn Finne (Intl Vendor)
"Latest" => bin dist of 4.04pl1? => compiled from current CVS sources? We've (SimonM, really) have been dogged by the pokiness of Linux' current NFS support, something that has been an issue when building on the sparc-solaris box (=> I wouldn't rule out the possibility that the binary d

RE: Program too big to fit in memory under NT

1999-09-30 Thread Sigbjorn Finne (Intl Vendor)
Hi, hard to say what's at the root of this one - a couple of things to check/try out: * undo the rename of ghc-4.03 to ghc-4.03.exe * what does "ghc-4.03 --version" report? Does changing it to "perl ghc-4.03 --version" alter the output? * what does "head -2 < ghc-4.03" say? * what doe

randomIO causes bus error

1999-09-30 Thread George Russell
With the latest version of GHC, and Sparc/Solaris, the following program gives a bus error: import Random main = (randomIO :: IO Int) >>= print