Go to the first, previous, next, last section, table of contents.
If you have a recent version of gcc
already installed on your system, and if you're
reasonably certain it produces code that is
object-compatible with the version of gcc
you want to build as part of building g77,
you can save time and disk space by doing a straight
build.
To build just the compilers along with the necessary run-time libraries, issue the following command:
make -k CC=gcc
If you run into problems using this method, you have two options:
Especially if you do the latter, you might consider submitting any solutions as bug/fix reports. See section Known Causes of Trouble with GNU Fortran.
However, understand that many problems preventing a
straight build from working are not g77 problems,
and, in such cases, are not likely to be addressed in
future versions of g77.
Consider treating them as gcc bugs instead.
Go to the first, previous, next, last section, table of contents.