From: pavenis AT lanet DOT lv To: "Eli Zaretskii" Date: Tue, 28 Aug 2001 16:16:18 +0300 MIME-Version: 1.0 Subject: Re: gcc-3.0.1 and Win2k Cc: djgpp-workers AT delorie DOT com Message-ID: <3B8BC3D2.23626.137CE46@localhost> In-reply-to: <1190-Thu23Aug2001192739+0300-eliz@is.elta.co.il> References: <3B853D64 DOT 29023 DOT 1C56F60 AT localhost> (pavenis AT lanet DOT lv) X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 23 Aug 2001 at 19:27, Eli Zaretskii wrote: > > From: pavenis AT lanet DOT lv > > Date: Thu, 23 Aug 2001 17:29:08 +0300 > > > > Seems that gcc-3.0.1 builds without problems with patched DJGPP > > v2.03. Archives are available from > > http://www.ltn.lv/~pavenis/gcctest.html > > Thanks! Updated archives are at the same place. Please test. > I have a few comments: > > - There are no *.dsm files in these distributions. Added. Only tested by dsmcheck > - The man page gpp.1 is unformatted: it's a single-line file that > says ".so man1/gcc.1", which is an ``include'' directive for > Groff. In other words, just copy cat1/gcc.1 into cat1/gpp.1, > before you zip the archive. Should we really have 2 identical files bigger than 500K? Currently I left man/gpp.1 out of binary archive > - I suggest to tell in readme.DJGPP that a new manual, > cppinternals.info, is included in the distro, and that users > should run install-info to add an entry for that manual in their > info/DIR files. Added > - A few files unzip into a directory gnu/gcc-3.0.1, which is invalid > on non-LFN systems. Fixed. Also patched gcc/config/i386/xm-djgpp.h not to convert md_exec_prefix, so now 'gcc -dumpspecs' doesn't expand /dev/env/DJDIR/bin for *md_exec_prefix in specs Andris