Problem with ghc on Windows ME

Simon Marlow simonmar at microsoft.com
Tue Jan 27 15:50:34 EST 2004


We looked into this issue today (without access to a Win98/ME box
though).  The conclusion, I think, is that:

  - rawSystem is wrongly escaping backslashes before executing
    the command.

  - NT-derived flavours of Windows are more forgiving than
    Win95-derived Windows when it comes to multiple backslashes
    used as directory separators.

There's an easy fix (patch attached).  If anyone would like to test the
patch and let us know if it helps, that would be greatly appreciated.

Cheers,
	Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 1767 bytes
Desc: patch
Url : http://haskell.org/pipermail/glasgow-haskell-users/attachments/20040127/fd5c72c1/patch.obj


More information about the Glasgow-haskell-users mailing list