Description of the problem
I update my MacOS version to 14.4.1 and can not compile anymore (but the pre-exist executable file still work)
the compile commend:
gfortran expand.f95 -I/opt/local/include -m64 -fPIC -O3 -std=gnu -ffast-math -lSHTOOLS -L/opt/local/lib -lfftw3 -lm -llapack -lblas -o expand
error information:
-macosx_version_min has been renamed to -macos_version_min
ld: warning: ignoring duplicate libraries: '-lemutls_w', '-lgcc'
ld: library 'lapack' not found
collect2: error: ld returned 1 exit status
Description of the problem
I update my MacOS version to 14.4.1 and can not compile anymore (but the pre-exist executable file still work)
the compile commend:
gfortran expand.f95 -I/opt/local/include -m64 -fPIC -O3 -std=gnu -ffast-math -lSHTOOLS -L/opt/local/lib -lfftw3 -lm -llapack -lblas -o expand
error information:
-macosx_version_min has been renamed to -macos_version_min
ld: warning: ignoring duplicate libraries: '-lemutls_w', '-lgcc'
ld: library 'lapack' not found
collect2: error: ld returned 1 exit status