ghc-4.08.2 for Windows bugs

2001-04-17 Thread andreas.marth
The actual ghc-4.08.2 for Windows (the one with 16.375 kB [I have already 4 differnt versions]) calls gcc with "-mwin32" wich leads to: "cc1.exe: Invalid option `win32 ". I changed line 2194 of ghc/ghc-4.08.2 from "$c_flags .= " -mno-cygwin -mwin32" if ( $TargetPlatform =~ /-mingw32$/ );" to

Missing *.h files

2001-02-13 Thread andreas.marth
I just installed ghc-4.08.2 on a WinNT system. When I compile Hello World with -O or -prof -auto-all ghc misses a lot of *.h files (see attached log files). What can I do? Thanks, Andreas O-log.txt prof-log.txt

uncertanty about instruction in installation instructions for WinNT

2000-10-09 Thread andreas.marth
Hallo everybody! I just wanted to setup a new System with ghc-4.08.1 und tried to make everything as mentioned in the "installation instructions". But because I installed cygwin1_1 in root (as suggested) I have to overwrite /bin/sh with /bin/bash and am not sure if I should really do that.