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!
Post
Replies
Boosts
Views
Activity
This is a mistake! Please see the upfloord!