From: pavenis AT lanet DOT lv Message-ID: To: djgpp-workers AT delorie DOT com Date: Mon, 7 Jun 1999 12:21:35 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: egcs-19990602 (gcc-2.95 prerelease) binaries for testing X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com We could expect release of gcc-2.95 after not so long time. Therefore I have built 2 June snapshot of egcs for DJGPP and made binaries of C and C++ compilers are available for testing. http://www.lanet.lv/~pavenis/gcc295snap.zip - C compiler http://www.lanet.lv/~pavenis/gpp295snap.zip - C++ compiler + libstdcxx.a http://www.lanet.lv/~pavenis/lgp295snap.zip - libgpp.a built with this compiler Please test them (I'll do the same). My preliminary results - I tested one example I had to use -frepo with egcs-1.1.2. Now works without it (example with rope that caused linker errors earlier) - exceptions seems to work - compiler is able to rebuild itself About building: No /dev/env (or similar) hacks used. The idea how to force $DJDIR into prefix was "stolen" from GPC sources (thanks GPC developers for hont) Andris