X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Andris Pavenis To: djgpp-workers AT delorie DOT com Subject: DJGPP and gcc-3.4.X Date: Fri, 2 Jul 2004 15:17:10 +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: <200407021517.10719.pavenis@latnet.lv> Reply-To: djgpp-workers AT delorie DOT com Tried to build gcc-3.4.1 (from CVS, no source archive yet) for DJGPP. After one small problem it built. The problem with preprocessor that appeared with earlier builds of gcc-3.4.0 and also it's prereleases is still present: cc1plus.exe crashes when compiling some C++ files while reading header files. Usually rearanging order of including files helps to workaround the problem. Anyway such problem is showstopper for DJGPP release of gcc-3.4.X. Problem seems to be DJGPP specific, so it seems that we should solve it ourself. Current tests with gcc-3.4.1 were done (both build and testing) under WinXP Pro. The same problem were present when I tested gcc-3.4.0 in DOS session under Win95. Some packages with which I had problems: glibmm-2.4.1 libxml++-2.6.1 Both builds for DJGPP without serious problems with gcc-3.3.X (some patches needed though and packages which they depend from must be built and installed before) Andris