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
"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
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
"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
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
With the latest version of GHC, and Sparc/Solaris, the following program gives
a bus error:
import Random
main = (randomIO :: IO Int) >>= print