Go to the first, previous, next, last section, table of contents.


Missing makeinfo?

If makeinfo is needed but unavailable when installing (via make install), some files, like `libg2c.a', might not be installed, because once make determines that it cannot invoke makeinfo, it cancels any further processing.

If you cannot install makeinfo, an easy work-around is to specify `MAKEINFO=true' on the make command line, or to specify the `-k' option (make -k install).

Another approach is to force the relevant files to be up-to-date by typing these commands and then re-trying the installation step:

sh# cd gcc
sh# touch f/g77.info f/BUGS f/INSTALL f/NEWS
sh# cd ..
sh#


Go to the first, previous, next, last section, table of contents.