You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Unfortunately, Mineos is no longer under active development. You may get a more useful response if you use the geodynamics seimology mailing list: [email protected]
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.
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 detailsI 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
The text was updated successfully, but these errors were encountered: