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

Getting Started

If you don't need help getting started reading the portions of this manual that are most important to you, you should skip this portion of the manual.

If you are new to compilers, especially Fortran compilers, or new to how compilers are structured under UNIX and UNIX-like systems, you'll want to see section What is GNU Fortran?.

If you are new to GNU compilers, or have used only one GNU compiler in the past and not had to delve into how it lets you manage various versions and configurations of gcc, you should see section Compile Fortran, C, or Other Programs.

Everyone except experienced g77 users should see section GNU Fortran Command Options.

If you're acquainted with previous versions of g77, you should see section News About GNU Fortran. Further, if you've actually used previous versions of g77, especially if you've written or modified Fortran code to be compiled by previous versions of g77, you should see section User-visible Changes.

If you intend to write or otherwise compile code that is not already strictly conforming ANSI FORTRAN 77--and this is probably everyone--you should see section The GNU Fortran Language.

If you don't already have g77 installed on your system, you must see section Installing GNU Fortran.

If you run into trouble getting Fortran code to compile, link, run, or work properly, you might find answers if you see section Debugging and Interfacing, see section Collected Fortran Wisdom, and see section Known Causes of Trouble with GNU Fortran. You might also find that the problems you are encountering are bugs in g77---see section Reporting Bugs, for information on reporting them, after reading the other material.

If you need further help with g77, or with freely redistributable software in general, see section How To Get Help with GNU Fortran.

If you would like to help the g77 project, see section Funding GNU Fortran, for information on helping financially, and see section Projects, for information on helping in other ways.

If you're generally curious about the future of g77, see section Projects. If you're curious about its past, see section Contributors to GNU Fortran, and see section Funding GNU Fortran.

To see a few of the questions maintainers of g77 have, and that you might be able to answer, see section Open Questions.


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