Internal Happy Error

1999-08-01 Thread Marc van Dongen
Hi there, The following ``code'' forces ghc-4.04 to crash with an internal Happy error message: > module Rules where > import GlaExts > import PrelGHC > integerGcd :: Integer -> Integer -> Integer > integerGcd a b > = case a of > (S# a) -> case b of > (S# b) -> unsafe

Manual Pages Unboxed Values

1999-08-01 Thread Marc van Dongen
Hi there, I just noticed that the manual pages at http://research.microsoft.com/users/t-simonm/ghc/Docs/4.04/users_guide/users_guide-5.html#glasgow-unboxed still refer to the old representation for Integers: data Integer = J# Int# Int# ByteArray# in stead of the new one: data In

ghc-4.04 (-fddump-rules and -fddump-simpl-stats don't work)

1999-08-01 Thread Marc van Dongen
Hi there, I just downloaded ghc-4.04 and wanted to use the flags -fddump-rules and -fddump-simpl-stats mentioned in the on-line documentation. Having said that, ghc-4.04 does not seem to like them: ghc-4.04 -H80M -recomp -v -fglasgow-exts -cpp -hi-diffs \ -syslib misc -syslib posix -

Re: 4.04 installation, -lgmp

1999-08-01 Thread Manuel M. T. Chakravarty
"Jeffrey R. Lewis" <[EMAIL PROTECTED]> wrote, > "S.D.Mechveliani" wrote: > > > Simon Marlow <[EMAIL PROTECTED]> > > writes on 4.04 binary installation > > > > >> [..] > > >> ld: fatal: library -lgmp: not found > > >> [..] > > >> ld: fatal: File processing errors. No output written to ... > > > >

Re: 4.04 installation, -lgmp

1999-08-01 Thread Jeffrey R. Lewis
"S.D.Mechveliani" wrote: > Simon Marlow <[EMAIL PROTECTED]> > writes on 4.04 binary installation > > >> [..] > >> ld: fatal: library -lgmp: not found > >> [..] > >> ld: fatal: File processing errors. No output written to ... > > > Ok, looks like I need to remake these distributions with gmp libra