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:
gfortran test.f90 -o test I get following error:
ld: library not found for -lSystem collect2: error: ld returned 1 exit status I tried to google for it but did not find anything helpful. What do I need to do to get it working?
Thanks!