X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Test version of gcc-3.4.0 Date: Tue, 15 Jun 2004 17:29:20 +0300 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200406151729.20288.pavenis@latnet.lv> Reply-To: djgpp AT delorie DOT com Warning: Test version only. May and perhaps WILL CRASH !!! Test version of DJGPP port of gcc-3.4.0 is available. It's available from ftp://ftp.delorie.com/pub/djgpp/alpha/v2gnu It crashes for me compiling rather many C++ files So if You want stable version, use gcc-3.3.3 or gcc-3.3.4 instead ================================================================= I built it under WinXP Pro. DJGPP v2.03 (revision 2) was used. Some tests: - bootstraps Ok - building libsigc++-2.0.3 (Ok both under WinXP and Win95) - building glib-2.4.1 under WinXP (Ok) - building glib-2.4.2 under Win95 (Ok) - building glibmm-2.4.1 under WinXP (Ok) - building glibmm-2.4.2 under Win95 (Ok, except some automake related problems) - building libxml-2.6.9 under Win95 (Ok) - building libxml++-2.6.1 under Win95 (several GCC crashes, workarounded by rearanging order of include files, I need it for some my sources) - building my own programs (got 1 SIGSEGV in cc1plus for one source when make was run from top level. If one level deeper, then no more crash) Andris