This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12833] SuSE 7.3: gcc 3.3.2 bootstrap failure: ./gengenrtl: No such file or directory
- 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: 30 Oct 2003 08:16:27 -0000
- Subject: [Bug bootstrap/12833] SuSE 7.3: gcc 3.3.2 bootstrap failure: ./gengenrtl: No such file or directory
- References: <20031029223156.12833.gcc-bug@vogtner.de>
- 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=12833
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-30 08:16 -------
Actually the problem with autoconf is that GCC (at least with 3.3.2) uses an older version of
autoconf, 2.13 so rebuilding configure with autoconf is going to cause some errors.
To get Ada to build you need an Ada compiler already.
Closing as you could build a compiler.
Note also build all at once is usually not support when not doing a cross-compiler.