Mac versions of MODFLOW, MT3DMS and SEAWAT do not work ! (because...
modflow laboratory
Brought to you by:
tnolsthoorn
Originally created by: tolstho...@gmail.com
Originally owned by: tolstho...@gmail.com
If you don't have gfortran installed this error may pop up. The solution for the time being is to put the file
libgfortran.3.dylib
in directory
/usr/local/lib
if the directory /usr/local/lib does not exist on your Mac, then create it.
you then must also include this directory to your path by
PATH=$PATH\:/usr/local/lib
export PATH
the file libgfortran.3.dylib is attachted to this issue.
Once a better solution has been found, by including the lib in the compiled executables. This issue will become obsolete.
TO 110908