Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] how do I compile fortran codes using g77

To use g77 with Photran out-of-the-box is not possible! The Managed-Make feature works with gfortran and Intel Fortran on Linux only.

Just thought I'd mention this... it *is* possible to use g77 with Managed Make, but it's true that it doesn't happen "out of the box." This can be done by selecting another toolchain (e.g., gfortran), right-clicking the project, choosing Properties, expanding Fortran Build, and clicking on Settings. Here is where you specify the command line for the compiler, so you could change "gfortran" to "g77."

Jeff


Back to the top