From: Erik Berglund Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc2952s.zip Lines: 78 Message-ID: <80pE4.4012$74.62916@newsc.telia.net> Date: Wed, 29 Mar 2000 15:08:52 GMT NNTP-Posting-Host: 194.237.158.144 X-Complaints-To: abuse AT telia DOT com X-Trace: newsc.telia.net 954342532 194.237.158.144 (Wed, 29 Mar 2000 17:08:52 MET DST) NNTP-Posting-Date: Wed, 29 Mar 2000 17:08:52 MET DST Organization: Telia Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andris Pavenis wrote: > > > 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 > Thanks for your reply. What I was looking for, originally, was gcc-2.96, but I suppose this version is not available yet. Or is it available at gcc.gnu.org, egcs snapshot 20000320? The reason to why I'm interested in 2.96 is because obstack etc. calls have been replaced by malloc, and I'd like to test it on my system to see if 'Internal Compiler Error' (ICE) goes away then. I get ICE under special conditions but with a fairly normal infile, so I thought maybe it has something to do with obstack. So my question is: Can I download gcc-2.96 (binary or sources) from somewhere? If not, do you know when it will be available? -- Erik Berglund erik2 DOT berglund AT telia DOT com