Hello,
I have downloaded and installed Haskell 4.06 for a Windows98 machine today.
I have followed the instructions on
http://www.dcs.gla.ac.uk/~sof/ghc-win32.html
I first installed the cygwin toolchain. The documentation suggested to use
a full.exe version. I used the one found at
ftp://sunsite.auc.dk/pub/cygwin/cygwin-b20/full.exe
I did not install perl; instead I used the version provided by the Haskell
install shield, available at
ftp://ftp.dcs.gla.ac.uk/pub/haskell/glasgow/4.04/ghc-4.045-win32-IS.zip
Running "Cygwin B20" from the Start menu creates a MS-DOS Prompt like
window, the prompt being "BASH.EXE -2.02$". Next thing I tried was to
compile a Haskell program (actually a Hugs98 program).
Typing:
ghc-4.05 -o Main "C:\Hugs98Develop\Main.hs"
gives the following error message:
sh: C:tmp/ghc1001.cpp: No such file or directory
The directory C:tmp was already present on my system.
Does anybody have a solution to this problem?
Thanks in advance,
Peter Achten