Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checking whether the Fortran 77 compiler works... no #8

Open
FelixRRC opened this issue Mar 10, 2018 · 2 comments
Open

checking whether the Fortran 77 compiler works... no #8

FelixRRC opened this issue Mar 10, 2018 · 2 comments

Comments

@FelixRRC
Copy link

I can not run the ./configure successfully.

Felixs-iMac:mineos-1.0.2 felix$ ./configure FC=ifort
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./aux-config/install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether the Fortran 77 compiler works... no
configure: error: in /Users/felix/Documents/DOCTORADO/mineos-1.0.2': configure: error: Fortran 77 compiler cannot create executables See config.log' for more details

I thought that ifort would fix the F77 issue. How can I fix it? I cannot find a F77 version (all that I find is related to gfortran).

Thanks for your aid

@tjesser-ucdavis-edu
Copy link

Unfortunately, Mineos is no longer under active development. You may get a more useful response if you use the geodynamics seimology mailing list: cig-seismo@geodynamics.org

I'm not familiar with this code, but looking at the documentation, you may have some success if you run ./configure FC=$(which ifort) or ./configure F77=$(which ifort). If MacOS doesn't support the $(which ...) call, try to use the full path to ifort when you set the environment variable.

@ljhwang may have some other suggestions.

@ljhwang
Copy link

ljhwang commented Mar 10, 2018

Yes, please forward to the above mailing list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants