I'm relatively new to coding and had a question that I was hoping some one might know the answer to. I recently been trying to get a legacy fortran code to compile and run on a mac terminal. I have ...
Doesn't g77 have an option to compile to object code ('-c' perhaps)? Then all you have to do is link the objects together as usual. Assuming you've all ready handled issues like calling conventions in ...