Hello,
All external packages installed without raising an error. When running make, I get the following:
Jordans-MacBook-Air:trunk jordanobriant$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src
Making all in c
CXXLD libISSMCore.la
*** Warning: Linking the shared library libISSMCore.la against the
*** static library /Users/jordanobriant/Desktop/main/issm/trunk/externalpackages/m1qn3/install/libm1qn3.a is not portable!
*** Warning: Linking the shared library libISSMCore.la against the
*** static library /Users/jordanobriant/Desktop/main/issm/trunk/externalpackages/m1qn3/install/libddot.a is not portable!
ld: library not found for -lgfortran
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [libISSMCore.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am unsure how to address the "not portable" warning and would appreciate any help. Thank you all.
Sincerely,
Jordan