Hello,
I have installed gfortran package (together with Apple Developer Tools installed, as well as "command line developer tools").
If I try to run a simple fortran code from terminal:
Thanks!
I have installed gfortran package (together with Apple Developer Tools installed, as well as "command line developer tools").
If I try to run a simple fortran code from terminal:
I get following error:gfortran test.f90 -o test
I tried to google for it but did not find anything helpful. What do I need to do to get it working?ld: library not found for -lSystem
collect2: error: ld returned 1 exit status
Thanks!