This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful build of gcc-3.4.2 on i686-pc-mingw32
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 09 Sep 2004 15:33:05 -0500
- Subject: Successful build of gcc-3.4.2 on i686-pc-mingw32
Successful build of gcc-3.4.2 on i686-pc-mingw32
$ ../gcc-3.4.2/config.guess
i686-pc-mingw32
$ gcc -v
Reading specs from
c:/aaronwl/cs/env/mingw-3.4.2-2.15-3.5/bin/../lib/gcc/i686-pc-mingw32/3.4.2/specs
Configured with: ../gcc-3.4.2/configure
--enable-languages=c,c++,f77,java,objc --enable-threads
--prefix=/aaronwl/cs/env/mingw-3.4.2-2.15-3.5 --with-included-gettext
--with-libiconv-prefix=/aaronwl/cs/internat/iconv/install
Thread model: win32
gcc version 3.4.2
i686-pc-mingw32
Windows XP SP2 Professional
Pentium 4 256MB
Cygwin Current Tue Sep 07 08:20:57 2004
binutils 2.15
mingwrt 3.5
msvcrt 7.0.2600.2180
w32api 3.1
libiconv 1.9.1
GNU Make 3.80
expect 5.26
tcl 8.4
dejagnu 1.4.2.x
custom ln
Test results: <http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00359.html>
Ada does not build due to bugs in path handling.
GCJ builds, but libgcj does not, due to bugs in CLASSPATH support.
The ABI has changed for multithreaded programs since 3.4.1. Exception
handling, in particular, will be affected.
There are two new testsuite regressions since 3.4.1, and two new XPASSes:
+XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
+XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[
\\t]+_ZTIP9CTemplateIhE
+FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os
+FAIL: 22_locale/num_put/put/char/14220.cc execution test
Some unofficial patches are availible that will improve GCC's
functionality on Windows. See the following websites for these patches
and precompiled binaries.
MinGW Project: <http://www.mingw.org>
Mohan Embar's GCC patch collection:
<http://www.thisiscool.com/gcc_mingw.htm>
Aaron W. LaFramboise