g77 compiler cannot find -lgcc_s

158 views Asked by At

I am trying to compile a model which is written in FORTRAN 77. I am not able to make the link for g77.

I am using Ubuntu 20.04.3 LTS.

I am getting the below error

/usr/bin/ld: cannot find -lgcc_s 
collect2: ld returned 1 exit status
make: *** [exe] Error 1

Now I don't know exactly how to link. Kindly help me to fix the problem.

0

There are 0 answers