I have a problem compiling a program with Intel fortran on my Mac. I have a makefile in a folder and when I use make
command, I get the following error:
ld: library not found for -lcrt1.10.6.o
make: *** [../BIN/double_par_TMATRIX] Error 1
I found this link which mentions a possible solution, but I don't know how to apply it.
https://software.intel.com/en-us/articles/library-not-found-for-lcrt1105o
According to this link, the solution is to Add GNU C/C++ compiler option -mmacosx-version-min=10.4
to the compilation command line. But i don't know what this solution means exactly.
I have mac os x 10.9.5 and I have xcode 5.1.1 installed on it.
Do anyone knows how should I add this option?
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…