RE: Problems with ghc 4.00 and hdirect

1998-11-19 Thread Sigbjorn Finne (Intl Vendor)


Ralf Comtesse <[EMAIL PROTECTED]> writes:
> 
> Hello,
> 
> I have problems using hdirect-current on my system. I have the
> ghc-4.00 as an rpm-Distribution on a Debian Linux system and 
> used alien to install it. 
> 
> Wenn I try to compile hdirect. 'make boot' and 'make' work fine but
> 'make lib' gives a segmentation fault:
> 

Yup, as mentioned in the announce msg,

  http://www.dcs.gla.ac.uk/mail-www/haskell/msg01029.html

using the hdirect sources with ghc-4.00 is not recommended - use 
ghc-3.03 instead.

--Sigbjorn

PS - you may have better luck with 4.00 if you compile the hdirect
sources with '-O -dcore-lint', but no guarantees.



Bcc: Re: Problems with ghc 4.00 and hdirect

1998-11-19 Thread Manuel M. T. Chakravarty




Ralf Comtesse <[EMAIL PROTECTED]> wrote,

> I have problems using hdirect-current on my system. I have the
> ghc-4.00 as an rpm-Distribution on a Debian Linux system and used alien
> to install it. 
> 
> Wenn I try to compile hdirect. 'make boot' and 'make' work fine but
> 'make lib' gives a segmentation fault:

Did you successfully compile any other programs with this
installation of ghc-4.00?  Which version of the C-library do 
you have on your system (I built the rpm against
glibc-2.0.7)?

Manuel