This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12090] Current CVS version doesn't compile
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Aug 2003 12:30:50 -0000
- Subject: [Bug c/12090] Current CVS version doesn't compile
- References: <20030828080158.12090.yuri@tsoft.com>
- 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=12090
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-28 12:30 -------
You forgot the most important information: the options given when GCC was configured/built;
Can you include this info?
But I think your problem is that you did not follow this advice <http://gcc.gnu.org/install/
configure.html>:
First, we highly recommend that GCC be built into a separate directory than the sources which
does not reside within the source tree. This is how we generally build GCC; building where srcdir
== objdir should still work, but doesn't get extensive testing; building where objdir is a
subdirectory of srcdir is unsupported.