iaborsi / mflab

Automatically exported from code.google.com/p/mflab
0 stars 0 forks source link

Mac versions of MODFLOW, MT3DMS and SEAWAT do not work ! (because libgfortran.3.dylib missing) #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by tolstho...@gmail.com on 8 Sep 2011 at 12:21

Attachments: