This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successful build -- GCC 3.1 under Mingw/MSYS
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: kelley dot r dot cook at gm dot com
- Cc: gcc at gcc dot gnu dot org, mingw-users at lists dot sourceforge dot net
- Date: Thu, 16 May 2002 11:20:39 -0700
- Subject: Re: Successful build -- GCC 3.1 under Mingw/MSYS
- References: <OFDF5FFB77.D2543BE7-ON85256BBB.005CC205@mail.gm.com>
On Thu, May 16, 2002 at 01:47:02PM -0400, kelley.r.cook@gm.com wrote:
> gcc 3.1, without java nor ada, was successfully built and
> installed on a stock Mingw 2.0/MSYS 1.0.7 system.
>
> $ ../gcc-3.1/config.guess
> i686-pc-mingw32
>
> $ uname -a
> MINGW32_95-4.0 POSD003CKPBK139 1.0.7(0.46/3/2) 2002-05-09 08:46 i686 unknown
>
> $ gcc -v
> Reading specs from c:\MINGW\BIN\..\lib\gcc-lib\i686-pc-mingw32\3.1\specs
> Configured with: ../gcc-3.1/configure --enable-threads=win32 --enable-sjlj-exceptions --prefix=c:/mingw --disable-nls
> --enable-languages=c,c++,f77,objc --disable-libgcj
> Thread model: win32
> gcc version 3.1
>
>
Thanks! Your message is now linked from the GCC 3.1 build status page
at http://gcc.gnu.org/gcc-3.1/buildstat.html.
Janis