From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: RE: DJGPP and Windows 2000 Date: Thu, 9 Aug 2001 0:34:28 Organization: Aspen Technology, Inc. Lines: 23 Message-ID: <3b71da94.sandmann@clio.rice.edu> References: <09D1E9BD9C30D311919200A0C9DD5C2C03E08983 AT mcaexc01 DOT msj DOT maxtor DOT com> <09D1E9BD9C30D311919200A0C9DD5C2C03E0898A AT mcaexc01 DOT msj DOT maxtor DOT com> NNTP-Posting-Host: dcloan.hou.aspentech.com X-Trace: selma.aspentech.com 997336018 10775 10.32.115.107 (9 Aug 2001 05:46:58 GMT) X-Complaints-To: postmaster AT aspentech DOT com NNTP-Posting-Date: 9 Aug 2001 05:46:58 GMT X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I've been having problems getting DJGPP installed / configured under Windows > 2000. Would someone who has done this successfully point me to some > information for installing DJGPP on Win 2K ? > > Tony There are several bugs known (and being fixed) to use DJGPP with Win2K. Here's some hints/workarounds: 1) NTVDM crashes if you nest DJGPP images (make/gcc/cc1). Workaround 1 is to use the CVS version of DJGPP library and rebuild everything. Workaround 2 is to patch the NTVDM.EXE on your system. See ftp://clio.rice.edu/djgpp/ntvdmpat.zip If you own the system I highly recommend patching NTVDM. 2) Many bugs in the long file name support. A quick workaround is to set lfn=n if something doesn't work right. Example: rename to the same name library call fails (strip/ar fail). Touch fails. You can always set it back via lfn= ... 3) Sometimes you may see crashes with descriptor limits 0x7xxxxxxx - this is the wrap bug. You can patch an image built with DJGPP V2.03 to fix this using ftp://clio.rice.edu/djgpp/ntsbrkpat.zip If you would like to help testing, bug fixes and support we'd love another helping hand.