[Bug bootstrap/12833] SuSE 7.3: gcc 3.3.2 bootstrap failure: ./gengenrtl: No such file or directory

gcc-bug at vogtner dot de gcc-bugzilla@gcc.gnu.org
Thu Oct 30 08:16:00 GMT 2003


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



------- Additional Comments From gcc-bug at vogtner dot de  2003-10-30 08:04 -------
ACK. You are entirely right. I could successfully built GCC 3.3.2
according to my previoulsy given configuration "from scratch".

Just for the records:

(1) SuSE 7.3 comes with autoconf 2.52. GCC's configuration stops
    since this version is too old. Workaround:
    - step into autoconf directory in build dir
    - make, make install
    - prepend PATH with the DESTINATION_DIR/bin directory
    - run configure again

(2) make stops in texinfo subdir trying to translate texinfo.txi,
    cause make uses system-installed makeinfo (which on SuSE 7.3
    is version 4.0). Workaround:
    put new makeinfo into DESTINATION_DIR/bin directory and
    run make bootstrap again.
  
(3) surprisingly ada ist not built by default with my configuration.
    will try again with --enable-languages=ada c++ f77 java"



More information about the Gcc-bugs mailing list