Reputation:
I just updated to MacOS Ventura. No matter what Fortran code I try to compile, using something standard like:
gfortran my_code.f90 -o my_code.x
I get the error Fatal Error: cannot open input file
How do I resolve this? According to Software Update, everything is up-to-date.
Upvotes: 0
Views: 549
Reputation: 224982
Ventura adds a lot more layers of access restrictions. Make sure the programs you need to use have "Full Disk Access" set if necessary:
Upvotes: 0