Date: Mon, 10 Jan 2000 17:32:11 -0500 Message-Id: <200001102232.RAA01969@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <387a0c01.3557132@news.tpnet.pl> (yogin@polbox.com) Subject: Re: To DJGPP authors: do you consider native win support? References: <387a0c01 DOT 3557132 AT news DOT tpnet DOT pl> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Do the authors of DJGPP consider including built-in support for creating > windows applications in the future? Since I work on Cygwin, I shouldn't myself do anything to DJGPP to make it compete directly with Cygwin, although others are welcome to do it themselves. > Maybe the djgpp-, rsxdj-, mingw- makers could join their forces to > create one compiler for both dos & windows? There is only one compiler, it's GCC. You just have to compile it for each platform you want to support. DOS and Windows are not the same platform (in fact, they're very different from gcc's point of view) so it's not really *that* practical to constrain it to a single set of binaries. I really don't see the problem with having multiple builds of gcc, aside from an initial installation and "getting used to it" period. I've got both linux and djgpp builds on my box (gcc and pc-gcc, plus cygwin's i586-pc-cygwin32-gcc) and it works just fine.