Re: Binary methods

1999-07-30 Thread Marcin 'Qrczak' Kowalczyk
29 Jul 1999 16:58:53 GMT, Marcin 'Qrczak' Kowalczyk <[EMAIL PROTECTED]> pisze: > Is it possible to set up classes that express the following (using > ghc extensions)? [...] I hoped that the following would work (with -fglasgow-exts -fallow-overlapping-instances -fallow-undecidable-instances) but

Re: ANNOUNCEMENT: The Glasgow Haskell Compiler, version 4.04

1999-07-30 Thread Peter White
The ghc binary distribution was easy to install, thank you. I did the full install, with "make install". If you try to do a "make in-place", you get: make: Fatal error in reader: = missing from replacement macro reference I tried to follow the links from http://research.microsoft.com/users/t-

RE: 4.04 binary installation, $LibGmp

1999-07-30 Thread Simon Marlow
> Happens also with the solaris binary: > > 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 libraries included. Simon

Re: 4.04 binary installation, $LibGmp

1999-07-30 Thread Ch. A. Herrmann
Happens also with the solaris binary: ld: fatal: library -lgmp: not found ld: fatal: File processing errors. No output written to ... > "S" == S D Mechveliani <[EMAIL PROTECTED]> writes: S> I have a question for the GHC developers: where it is explained S> the path setting for the

4.04 binary installation, $LibGmp

1999-07-30 Thread S.D.Mechveliani
I have a question for the GHC developers: where it is explained the path setting for the gmp library? I have installed ghc-4.04 from ghc...i386-unknown-linux by running cd ...fptools ./configure; setting prefix = /usr/ghc/4.04; running make install Then,ghc -c T.hs

Re: ANNOUNCEMENT: The Glasgow Haskell Compiler, version 4.04

1999-07-30 Thread Josef Sveningsson
On Thu, 29 Jul 1999, Simon Marlow wrote: >The Glasgow Haskell Compiler -- version 4.04 > == > [Snip] >- Rewrite rules can be specified in the source using the RULES > pragma. This is used for automatic fusion of common l