Hello,
I am attempting to run SNOPT using the trial libraries. However, when calling SNOPT, the following error occurs.
LoadError: could not load library "/Users/lab_home/Documents/SNOPT/libsnopt7"
dlopen(/Users/lab_home/Documents/SNOPT/libsnopt7.dylib, 1): Library not loaded: /opt/local/lib/libgcc/libgfortran.5.dylib
Referenced from: /Users/lab_home/Documents/SNOPT/libsnopt7.dylib
Reason: image not found
It appears the snopt trial library is looking for the gfortran library in the wrong place? The /opt/local... directory doesn't actually exist on my Mac.
I appreciate any feedback you can give.
Hello,
I am attempting to run SNOPT using the trial libraries. However, when calling SNOPT, the following error occurs.
LoadError: could not load library "/Users/lab_home/Documents/SNOPT/libsnopt7"
dlopen(/Users/lab_home/Documents/SNOPT/libsnopt7.dylib, 1): Library not loaded: /opt/local/lib/libgcc/libgfortran.5.dylib
Referenced from: /Users/lab_home/Documents/SNOPT/libsnopt7.dylib
Reason: image not found
It appears the snopt trial library is looking for the gfortran library in the wrong place? The /opt/local... directory doesn't actually exist on my Mac.
I appreciate any feedback you can give.