On Thursday 11 March 2004 13:01, Simon Marlow wrote:

> > I just installed ghc on Mandrake Linux 10, from the file
> > [EMAIL PROTECTED]
>
> [EMAIL PROTECTED] is a mailing list; which distribution
> did you use to install GHC?

Sorry, I had a problem with cut & paste. :-)

The file I used to install is

  ghc-6.2-i386-unknown-linux.tar.bz2

Since the rpm did not work with mandrake (rpm -Uvh complains that 
libreadline.so.4 is not installed, when it is installed in /usr/lib and /lib)


I installed with 

  ./configure
  make install

> > I've been able to solve it with
> >
> > cd /usr/local/lib/ghc-6.2/imports/System
> >
> > ln -s io IO
> >
> > cd /usr/local/lib/ghc-6.2/imports/
> >
> > ln -s ghc GHC
>
> You mean these directories were present but lower case? 

Yes.

ghci -v and ghc -v were giving a very clear output that they were searching in 
upeprcase directories, which were not present.


> We need to know 
> which distribution this is so we can correct it.


I tried both Mandrake 9.2 and Mandrake 10.0.



Maurizio
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to