From: acottrel AT ihug DOT com DOT au Message-Id: <200109042323.JAA25517@new-smtp1.ihug.com.au> X-Authentication-Warning: new-smtp1.ihug.com.au: Host kumera.ihug.com.au [203.109.250.78] claimed to be gnome.tabnsw.com.au To: djgpp-workers AT delorie DOT com Subject: Re: DJGPP & Windows 2000 package updated for testing Date: Tue, 4 Sep 2001 23:23:50 GMT X-Mailer: Endymion MailMan Standard Edition v3.0.24 Reply-To: djgpp-workers AT delorie DOT com > > I have updated the packages available at the unofficial DJGPP Windows 2000 > > site, http://clio.rice.edu/djgpp/win2k/main.htm, over the last 24 hours. The > > updates are built with the latest CVS LIBC from 2-Sep-2001 which includes > > resolutions to all known Win 2K issues. > > known libc issues - debugging is still crippled due to hardware break points > being fire-once and lose them forever. I will update the site info tonight. > currently clio is under anonymous ftp abuse from a site so I've shut down > ftp - you can still get the packages via http. If someone needs ftp > I'll re-enable it for a while. > > > The only outstanding issue with regards to DJGPP and Win 2K with the > > available packages is that in Bash 2.05 the set command may be causing > > issues with re-configuring packages and as such you may not be able to > > re-configure or re-build the packages on Win 2K until this is resolved. Bash > > 2.03 and 2.04 do not work on Win 2K without using the LFN TSR for NT 4.0. So > > if you do need to re-configure or re-build the packages please download the > > NT 4.0 LFN TSR. > > It sounds like we need to build a bash 2.04 with either djdev203+patches > or recent CVS This is what I was thinking about last night after I finished updateing all of the files. I will start this tonigh and we where I get to. When I was looking at the Bash 2.04 source code it looked like it included source code from LIBC, but was modified. Some of the original LIBC source code that the modifications were based on have had Win 2K patches so it may not be a case of a build. I suspect that I may need to mod / retrofit some of the changes from 2.05 with the dospath.c into 2.04 to get it to work. I will know more when I look at it tonight.