RE: ghc 4.02 compilation failure (linux i386 glibc)

1999-06-17 Thread Kevin GLYNN
FWIW, I built it with libc5, hacking hsc with an editor wasn't very appealing! Giuliano's bug report seems to be still outstanding, and there's been no new release of glibc2.1 since. Kevin Simon Marlow writes: On Tue, May 25, 1999 at 02:08:19PM +0100, I wrote: However, it may have

CVS ghc: Internal happy error with happy-1.4

1999-06-17 Thread Michael Weber
Hi! Maybe someone wants to document that the CVS ghc from the last few days (since yacc-happy parser shift?) does not work with happy-1.4. Nevertheless it works with happy-1.5. The offending part (although IMHO Printf.lhs is *NOT* the problem!):

Re: Compiling GHC 4.02 using the *.hc files on RedHat 6.0 Linux

1999-06-17 Thread Jose Romildo Malaquias
I have adopted the following solution: $ cd /var/tmp $ tar -zxf /urano/downloads/haskell/ghc/ghc-4.02-src.tar.gz $ cd fptools $ tar -zxf /urano/downloads/haskell/ghc/ghc-3.02-hc.tar.gz $ ./configure --prefix=/var/tmp/ghc --enable-hc-boot