This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12778] 3.4 1022 bootstrap failure building libstdc++-v3/src/basic_file.cc
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2003 13:54:33 -0000
- Subject: [Bug libstdc++/12778] 3.4 1022 bootstrap failure building libstdc++-v3/src/basic_file.cc
- References: <20031026100240.12778.rdbrown@mira.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12778
paolo at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |paolo at gcc dot gnu dot org
|dot org |
Status|WAITING |ASSIGNED
------- Additional Comments From paolo at gcc dot gnu dot org 2003-10-26 13:54 -------
Ah! Now I see what we are doing wrong: the autoconf test is using, by mistake, the
C compiler, instead of the C++!
Patch in progress...