From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Solving the Win2K nested DPMI bug: Cygwin? Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 16 X-Trace: /wzbxch9iVeIL6twdxzjHHliLNfVP2GQQrkqDg8R9FAbgGyDbjxj9AtaHb3+b7TiL8jpugOrk9Vw!A+AgK+FAdtwdMDXbrOnfApKjL0zBfNP6pTbBsMWRUBJVhntgg7Pb7Lw86WA5VAoLkmdIlMPYZhcV!9Ef/ZA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 22 Sep 2000 00:48:55 GMT Distribution: world Date: Fri, 22 Sep 2000 00:48:55 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Microsoft Windows 2000 has a bug that limits nesting of DPMI programs to two levels. So how does one run RHIDE > gcc > cpp/cc1plus/as/ld ? Answer: The same way one does it on Linux. Build a cross-compiler. It would be hosted on Cygwin, the GNU environment for Windows, and would produce DJGPP programs. Anyone know what would be the hardest part about Cygwin x DJGPP? --