I have just tried to install ghc-4.08 on a win98 machine and it does not
work. I write a report below.
On the other side, I would like to do some programming on the Internet
using Haskell and I would like to use some library like libwww for
Haskell. Are there someone planning to develop such a library?
Best regards, Jose E. Labra
http://lsi.uniovi.es/~labra
--------------------------------------------------------
My report about installing ghc-4.08 is the following:
I start 'sh' and I try to run 'configure' in the directory where I
installed ghc-4.08. I obtain:
$ ./configure
configure: error: can not find sources in . or ..
More details:
- The directory where I installed it is: c:\compi\ghc-4.08
- My autoexec.bat contains the lines:
echo ---- Para GHC
SET MAKE_MODE=unix
SET SHELL=C:\BIN\SH
SET HOME=C:\USR\LABRA
SET TMPDIR=C:\TMP
SET PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;C:\BIN;C:\USR\LOCAL\BIN;%PATH%
- I think I have followed the instructions in:
http://haskell.cs.yale.edu/ghc/docs/latest/set/sec-install-windows.html