Skip to content

f2c picked up before gfortran by autoconf #388

@sampotter

Description

@sampotter

Expected behavior

If f2c and gfortran are both installed, I found that autoconf will pick up the f77 script provided by f2c before gfortran, leading to weird results.

(Note: I was able to solve my own problem by uninstalling f77 and using CMake instead of autoconf. I didn't test whether CMake had a similar issue.)

Actual behavior

Probably an actual Fortran compiler should be picked up before the f77 script.

Where/how to reproduce the problem

Steps to reproduce the problem

Run ./configure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions