I need to run an old program that depends on MATLAB on my Mac with Apple Silicon, but I only have the precompiled binaries, not the .f source files. The program requires libgfortran.3, but modern versions of gfortran only provide libgfortran.5.
My questions: Is it possible to install libgfortran.3 on Mac Silicon? If not, what are my options for running this MATLAB-dependent program without the source code? Any advice, links to old binaries, or compatibility solutions would be greatly appreciated. Thanks!
file <binary file name>should tell you what architecture the program is built for.