I continued to encounter this error message whenever I ran the “mtdecon” Fortran executable:
Referenced from: ~/mtdecon
Reason: tried: ‘/usr/local/gfortran/lib/libgfortran.3.dylib’ (no such file), ‘/System/Volumes/Preboot/Cryptexes/OS/usr/local/gfortran/lib/libgfortran.3.dylib’ (no such file), ‘/usr/local/gfortran/lib/libgfortran.3.dylib’ (no such file), ‘/usr/local/lib/libgfortran.3.dylib’ (no such file), ‘/usr/lib/libgfortran.3.dylib’ (no such file, not in dyld cache)
Abort trap: 6
I have tried to solve this issue by following various suggestions, including this suggestion on stackoverflow.
My interest is to run mtdecon program available at.
More info:macOS-arm64
which gcc returns /usr/bin/gcc
which gfortran returns /opt/homebrew/bin/gfortran
Olumide Sanusi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.