------- Comment #6 from greed at pobox dot com 2006-06-14 15:37 ------- I am building from the gcc-4.1.1.tar.bz2 tarball downloaded from the ftp.gnu.org server. I have this problem on systems without texinfo as well.
The problem is caused because, as of 4.1.0, fastjar requires a "gcc-vers.texi" file that is created at build-time, and so "fastjar.info" must be re-made after gcc-vers.texi is created. Copying gcc-vers.texi from the output of a build on a system which has texinfo, then touching fastjar.info, results in bootstrap proceeding further. Alternately, put the two lines "@set version-GCC 4.1.1" and "@clear DEVELOPMENT" into gcc-vers.texi (and then touch fastjar.info). The obvious fix is to put gcc-vers.texi into the release tarballs. -- greed at pobox dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greed at pobox dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822