how do I download library for -lcrt1.o ?

Jerry DeLisle jvdelisle@charter.net
Wed Apr 13 05:17:00 GMT 2016


On 04/12/2016 06:39 AM, Fedor Mesinger wrote:
> I am using MacBook Pro with Yosemite version 10.10.5, and am trying to run code using g77.   Can anyone help?  Fedor
> 
> 

gfortran will compile and run g77 code, usually without any modification.  So
install the latest gfortran you can and try it.  Sometimes there are a few weird
things in code and we try to address these with the compiler flag -std=legacy.

Jerry



More information about the Fortran mailing list