Hello Chao
hum... it looks like you have a problem with a fortran library... do you know where libgfortran.5.dylib
is on your computer? (in case that helps, this is the path on my machine /usr/local/gfortran/lib/libgfortran.5.dylib
). Once you find it, could you try to configure ISSM again by adding this line to your configure.sh
script:
--with-fortran-lib="-L/usr/local/gfortran/lib/ -lgfortran" \
(adjust the path according to what you find out) and the recompile:
./configure.sh
make install
Let us know if it still does not work!
Mathieu