Date: Wed, 29 Mar 2000 10:02:01 +0200 (WET) From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: gcc2952s.zip In-Reply-To: <324E4.87$qBf.170441216@newsa.telia.net> 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 Tue, 28 Mar 2000, Erik Berglund wrote: > eplmst AT lu DOT erisoft DOT se (Martin Stromberg) wrote: > > Erik Berglund (erik2 DOT berglund AT telia DOT com) wrote: > > : Hello. > > > > : I'm trying to build gcc from the sources in gcc2952s.zip. > > : When I run the batch file: > > > > : djgpp3\gnu\gcc-2.952\build.djg\build.bat > > > > : I get the following error (in djconfig.log): > > > > : Error attempting to run program ./djbuild1.sh > > : The error was: No such file or directory (ENOENT) > > > > : even though it looks like the file is present. > > : The command line in the batch file is: > > > > : redir -oe ./djbuild.sh config >djconfig.log > > > > : I'm using DOS 6.22. > > > > : Thanks in advance for any ideas, > > > > I don't think gcc sources is LFN clean. Somebody, please correct me if > > I'm wrong. > > > > > > Right, > > > > MartinS > > I found the first error: the script couldn't find > sh.exe, so I copied bash.exe to sh.exe. > Now I get a new error: > > *** cannot find config.sub > > Maybe LFN support is needed in this case, but I > hope it would be possible to build gcc 2.952 > for msdos, after a few filename-fixes, even > without LFN support. > Maybe You should better try building it under Linux using cross-compiling. If You want that I can make my latest update of gcc2952s2.zip (not uploaded to ftp.delorie.com) available. Believe it this should be easier than getting building gcc-2.95.X work without LFN (I myself am using binaries of DJGPP port of gcc-2.95.2 built in that way.) Andris