This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: successful build, failed build
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Daniel Wesslén <wesslen at post dot netlink dot se>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 16 May 2002 10:06:49 -0700
- Subject: Re: successful build, failed build
- References: <000001c1fcdb$4fee4fe0$2d0b423e@danielp4>
On Thu, May 16, 2002 at 03:12:18PM +0200, Daniel Wesslén wrote:
> Hi,
>
> I have successfully built and installed GCC 3.1 on Cygwin 1.3.9/Windows
> XP.
>
> $ srcdir/config.guess
> i686-pc-cygwin
>
> $ gcc -v
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.1/specs
> Configured with: /usr/src/gcc/gcc-3.1/configure
> Thread model: single
> gcc version 3.1
>
> Languages: C, C++
>
> $ uname -a
> CYGWIN_NT-5.1 DANIEL-P4 1.3.9(0.51/3/2) 2002-01-21 12:48 i686 unknown
>
> Bootstrap failed on comparison between stage2 and stage3.
> Bootstrap4 produced correct results.
>
> Any program using <fstream> will fail to compile:
> BEGIN t.cc
> #include <fstream>
> int main()
> {
> std::cout << "hello" << std::endl;
> }
> END t.cc
Thanks! I added a link to your message from the GCC 3.1 build status
page at http://gcc.gnu.org/gcc-3.1/buildstat.html. It's labeled
"Partially successful" because of the problems you reported. If
following the suggestions in other responses to your mail let you build
cleanly and not have problems with C++, you could send a new report
message (with a description of the problems and how you avoided them)
and I'll link to that one instead.
Janis