I am now using the fortran compiler to compile the codes with the command of "make -f Makefile". In the previous time, the command: make -f Makefile works well, but after updating the MacOS system, the same command results in the following error:
-macosx_version_min has been renamed to -macos_version_min ld: unknown options: -commons collect2: error:ld returns 1
Is there anyone know how to solve the above problem?
Thanks a lot for your time and help.