This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
make bootstrap results: gcc 4.0.3, i686-pc-cygwin (Microsoft Windows XP Professional SP2)
- From: "Kimitsuna Ura" <gob at big dot or dot jp>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 15 Apr 2006 22:07:00 +0900
- Subject: make bootstrap results: gcc 4.0.3, i686-pc-cygwin (Microsoft Windows XP Professional SP2)
$ cd ~/archives/gcc/src/gcc-4.0.3
$ ./config.guess
i686-pc-cygwin
$ /usr/local/bin/gcc -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: /home/gob/archives/gcc/src/gcc-4.0.3/configure --enable-languages=c++ --enable-win32-registry
Thread model: single
gcc version 4.0.3
$
What I wanted was only c++ compiler of version 4.x, so I added --enable-languages option.
Though that was my first experience to build gcc with cygwin
(with other UNIX systems, I had some experiences),
I felt very lucky and was satisfied that I could install without any troubles. Thank you.