Bugs item #1220281, was opened at 2005-06-14 10:52 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1220281&group_id=8032
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 6.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Simon Marlow (simonmar) Summary: hsc2hs looks for cmd.exe under Win98 Initial Comment: [EMAIL PROTECTED] hsc2hs.exe: C:\WINDOWS\SYSTEM\CMD.EXE: runCommand: does not exist (No such file or directory) This bug was fixed in GHC 6.4.1 for the library call, but for some reason this is not the case with hsc2hs.exe. Windows 98 uses command.com ---------------------------------------------------------------------- >Comment By: Simon Marlow (simonmar) Date: 2005-07-22 09:59 Message: Logged In: YES user_id=48280 I believe the issue here is that the 6.4.1 build you're using was built with 6.4, and hence the hsc2hs binary is using the old version of runProcess that contains the bug. For the 6.4.1 release we'll be sure to link hsc2hs with a working runProcess. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1220281&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
