2.08 little bug

1997-10-10 Thread Justin Cormack
Just a minor thing in 2.08, install copies the driver to bin/ghc and sets a symlink from ghc-2.08 to ghc rather than the other way round so it overwrites the old copy... 94 -rwxr-xr-x 1 jpc195903 Oct 9 17:56 ghc 1 lrwxrwxrwx 1 jpc13 Oct 2 17:01 ghc-2.07 - ghc 1

Re: 2.07 binary installation

1997-10-02 Thread Justin Cormack
There's a tpyo in Makefile.in, change PACKAGE_LIBSCRIPTS to PACKAGE_LIB_SCRIPTS. --Sigbjorn ok, so far so good, install was happy, then testing gives: /homes/jpc1/bin/ghc: =2-space GC: not found /homes/jpc1/bin/ghc: =dual-mode GC: not found /homes/jpc1/bin/ghc: =: not found

installing 2.05 problem

1997-08-07 Thread Justin Cormack
Compiling 2.05 with 2.02 (SunOS) it gets most of the way until I get the message below: ghc-2.02 -cpp -fhaskell-1.3 -fglasgow-exts -DCOMPILING_GHC -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -iutils -ibasicTypes

parsing differences

1997-07-31 Thread Justin Cormack
clear from the language spec whether or not this is valid, but it does seem more consistent to allow this. Justin Cormack