From: pavenis AT lanet DOT lv Message-ID: To: Robert Hoehne , djgpp-workers AT delorie DOT com Date: Thu, 19 Aug 1999 17:04:13 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc-2.95.1 In-reply-to: <199908191215.OAA15276@robby.dittmannsdorf.de> References: X-mailer: Pegasus Mail for Win32 (v3.12) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 19 Aug 99, at 14:18, Robert Hoehne wrote: > > Hi! > > > > The binaries of GCC-2.95.1 for DJGPP are at > > http://www.lanet.lv/~pavenis/djgpp.html > > I found, that you use now collect2. Is that really needed? > gcc 2.81 worked (and works) without collect2 for me perfectly > with exceptions and templates. It's rather easy to change to use LD directly: changing specs *linker collect2 to *linker ld Exceptions doesn't need collect2 About templates: I'm not using them much and the problems was mostly in applications that uses them seriously. So perhaps somebody could test it. At least it's default to use collect2 (unless I change this behaviour) > BTW: This is not so important for me, since I will probaly not > use gcc 2.951 because it contains still some bugs I already > found which I cant live with. What kind of bugs? Only wish: I would like to be able normally build RHIDE with gcc-2.95.X without too many patches Andris