This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful build of gcc-3.4.0 on i686-pc-mingw32
- From: "Aaron W. LaFramboise" <aaronraolete36 at aaronwl dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 11 Jun 2004 14:55:48 -0500
- Subject: Successful build of gcc-3.4.0 on i686-pc-mingw32
$ ../gcc-3.4.0/config.guess
i686-pc-mingw32
$ gcc -v
Reading specs from
c:/aaronwl/cs/env/mingw-3.4.0-2.15-3.3/bin/../lib/gcc/i686-pc-mingw32/3.4.0/specs
Configured with: ../gcc-3.4.0/configure
--prefix=/aaronwl/cs/env/mingw-3.4.0-2.15-3.3
--enable-languages=c,c++,f77,objc,java --enable-threads
--with-included-gettext
--with-libiconv-prefix=/aaronwl/cs/compilers/gcc/build/iconv/install
Thread model: win32
gcc version 3.4.0
binutils 2.15
mingwrt 3.3
w32api 2.5
libiconv 1.9.1
Built on Windows XP Professional under current Cygwin 1.5.10 using the
MinGW's project's GCC 3.4.0 release candidate 1 with a MinGW uname and
ln. I removed MD_STARTFILE_PREFIX from gcc/config/i386/mingw32.h to
prevent link mismatches.
The initial bootstrap failed with Ada enabled due to a "incompatible ALI
file" error from gnatmake, so I disabled Ada. Java also was not built.
The bootstrap stopped mysteriously half way through, and I had to
restart it.
There are some patches availible that will improve GCC's functionality
on Windows. See the following addresses 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
Test results:
http://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00429.html
Aaron W. LaFramboise