Post

Replies

Boosts

Views

Activity

Reply to gfortran ld: library not found for -lSystem
SORRY! I have same problem when I update my Mac to BIg Sur. When I run my Fortran program ifort ***.f90 then I will get the error: ld: library not found for -lSystem I have find a way solve it by using the following format ifort ***.f90 -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib but I want it to get normal, how should I do it? Changing the configuration envirament? how should I change? I'm a fresh man in MAC. THANK YOU!
Dec ’20