From: pavenis AT lanet DOT lv To: Castle Joe Contr Date: Mon, 9 Oct 2000 17:45:47 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Building From Source CC: djgpp AT delorie DOT com Message-ID: <39E2044B.31857.FCA20@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9 Oct 2000, at 7:30, Castle Joe Contr wrote: > RHIDE's mailing list > > Has anyone successfully rebuilt GCC from source using NT 4.0. I have been > trying to install GCC but get errors when running build .bat. "Build > Failed". I have used several different Zip utilities to extract the files > but still am having problems getting GCC to rebuild from Source. I am > trying to configure the compiler to cross compile for a Motorola 68030 chip. > I have downloaded GCC 2.952, Rhide 1.4.7.5. and DJGPP 2.03. Documentation > on the compiler mentions an untested WinNT driver written by Andrew Crabtree > but does not mention where the driver may be located. > > Also the documentation mentions linking sh.exe to bash.exe. This sounds like > a Unix option more then a DOS option. I do not have the SH.exe in the bin > directory. If I need this file to properly install the compiler, where can I > get a copy and how do I link it to bash.exe on an NT machine? > Building gcc-2.95.2 for DJGPP from sources requires LFN support. So it cannot be done on plain DOS or WinNT unless support of LFN is added (there is driver for WinNT which adds LFN support for DJGPP applications). But I'm afraid there may be more problems under WinNT not only LFN support. So either use Win9X (both Win95 and Win98 are Ok, I don't know about WinME) or try cross-building DJGPP hosted compiler on Unix build.bat should work without problems (I hope) in DOS session under Win9X if all needed packages are installed (and installation in screwed up somehow). Andris PS. I changed to DJGPP mailing list