Message-Id: <200007070753.KAA25571@mailgw1.netvision.net.il> Date: Fri, 07 Jul 2000 10:54:16 +0200 To: Douglas Steele X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: (message from Douglas Steele on Thu, 6 Jul 2000 22:29:32 +0100) Subject: Re: djgpp and Win2K References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Douglas Steele > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 6 Jul 2000 22:29:32 +0100 > > I use basic djgpp programs (eg bash, ls, cat, etc...) but no IDE or gcc > etc on Win95. I will probably have to upgrade to Win2K before soon. > > Does anyone know if these programs work OK on Win2K ? Windows 2000 has problems with running nested DJGPP programs. This means that you will probably be unable to build programs by running the Make utility. Compilation from the command line does work. Since Bash is a DJGPP program, you might have problems with nesting levels more than one. Another problem reported on Windows 2000 is that `touch' (from Fileutils) sometimes fails. My advice would be not to upgrade if you can.