Date: Tue, 11 Jan 2000 15:17:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Pawel Stolowski cc: djgpp AT delorie DOT com Subject: Re: To DJGPP authors: do you consider native win support? In-Reply-To: <387a0c01.3557132@news.tpnet.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 10 Jan 2000, Pawel Stolowski wrote: > Do the authors of DJGPP consider including built-in support for creating > windows applications in the future? I'm not aware of any such effort at this time. > It would be good to have it all > together in one package (no problems with choosing the right add-on). There is only one add-on to DJGPP for making Windows programs: RSXNTDJ. If it lacks some features or has some bugs, IMHO it is better to work with RSXNTDJ author on improving it than to invent yet another wheel. The other free solutions to building Windows programs are not add-ons, they are different ports of GCC (Cygwin and Mingw) or an entirely different compiler (Lcc-win). > Maybe the djgpp-, rsxdj-, > mingw- makers could join their forces to create one compiler for both > dos & windows? From past discussions, it seems like the most annoying problem with developing Windows programs is not the compiler (of which there are several alternatives to choose from), but rather the lack of high-quality ports of the other development tools: debuggers, Info, Less, Fileutils, Textutils, Diff, Patch, and all the rest of the happy bunch in v2gnu. If someone is looking for an area where he/she can make a lot of difference, I'd suggest to try to fill this gap. If you use the DJGPP port as a starting point, you will find that most of the work is already done.