From: pavenis AT lanet DOT lv Message-ID: To: Eli Zaretskii , djgpp AT delorie DOT com Date: Mon, 14 Jun 1999 16:45:10 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Hello World and File size References: <8D53104ECD0CD211AF4000A0C9D60AE301434075 AT probe-2 DOT acclaim-euro DOT net> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp AT delorie DOT com On 14 Jun 99, at 14:40, Eli Zaretskii wrote: > I hope we can agree that this paradigm is not for DJGPP. To this day, I > have difficulties convincing people that recompiling most DJGPP packages > is a very simple job, although we both know that it usually boils down to > typing "make [Enter]" and sitting back for a while. One example: Perhaps to rebuild upcoming gcc-2.95 for DJGPP it will be enough to: 1) install required packages (if some is missing) 2) run of LFN cappable system (Win9X). One test under WinNT with LFN driver from Andrew Crabtree was unsuccessfull. Unfortunatelly LFN support perhaps will be required. 3) unpack source archive and change to build directory 4) run build.bat (and possibly leave computer to work for 1-2 hours). bat file is needed to have possibility to split the work in hunks of such size Wincrap95 DPMI server can take. There should be no user intervention needed in this process. The result should be all distribution binary archives in some directory. Really it was so already for my last builds of port of egcs-1.1.2. Andris