|
From: SF/projects/mingw n. l. <min...@li...> - 2013-01-11 17:53:05
|
Bugs item #1011360, was opened at 2004-08-18 04:27 Message generated for change (Settings changed) made by earnie You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1011360&group_id=2435 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: Aged issue >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Daniel (dbjh) Assigned to: Nobody/Anonymous (nobody) Summary: Problem in msys.bat under Windows 98 SE Initial Comment: I noticed a problem when trying to run MSYS under Windows 98 SE. It's probably more correct to say "under command.com", but I haven't tested it under Windows XP. The second line after the label _Resume reads: set WD=.\bin\ However, for Windows 98 SE (command.com) it should read: set WD=.\ I used MinGW-3.1.0-1.exe and MSYS-1.0.11-2004.04.30-1.exe. After the change MSYS runs fine. ---------------------------------------------------------------------- Comment By: Max TenEyck Woodbury (mtew) Date: 2005-05-15 04:49 Message: Logged In: YES user_id=735003 I have submitted patch #1202271 to fix this. ---------------------------------------------------------------------- Comment By: Max TenEyck Woodbury (mtew) Date: 2005-05-11 21:40 Message: Logged In: YES user_id=735003 An alternate solution is to change the 'start in' directory for the desktop and start menu shortcuts. Simply remove the /BIN at the end. I am using 98SE also. ---------------------------------------------------------------------- Comment By: Stephan Hennig (stephanhennig) Date: 2005-03-04 15:07 Message: Logged In: YES user_id=1111156 I just stumbled over this bug report, after I solved the problem by myself the same way and tried to make a bug report here. I'm wondering this show stopper for msys on Windows 98 isn't fixed yet. Thanks, Stephan Hennig ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1011360&group_id=2435 |