-
Notifications
You must be signed in to change notification settings - Fork 21
Description
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