This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Success - complete 3.1 i686-pc-cygwin (cygwin 1.3.10 XP Pro)
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: John Hepburn <john at dikerwood dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 25 Jun 2002 09:29:36 -0700
- Subject: Re: Success - complete 3.1 i686-pc-cygwin (cygwin 1.3.10 XP Pro)
- References: <E17Mdfw-0000uZ-00@blue.srv2.com>
On Tue, Jun 25, 2002 at 12:55:16AM +0100, John Hepburn wrote:
> I have successfully built and installed GCC 3.1 on Cygwin 1.3.10/Windows
> XP Pro [Version 5.1.2600]
>
> bash-2.05a$ gcc -v
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.1/specs
> Configured with: ./configure --enable-threads=win32 :
> (reconfigured) ./configure --enable-threads=win32 --enable-
> languages=ada,c,c++,java,objc
> Thread model: win32
> gcc version 3.1
>
> bash-2.05a$ ./config.guess
> i686-pc-cygwin
> bash-2.05a$
>
> bash-2.05a$ uname -a
> CYGWIN_NT-5.1 ASG668 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
> bash-2.05a$
Thanks! Your message is linked from the GCC 3.1 build status list at
http://gcc.gnu.org/gcc-3.1/buildstat.html.
>
> My first time at any of this so can't provide much usefull info other i
> read the manual and the stuff above happenned. :->
Oh, good, that's how it's supposed to work.
Janis