I have built a FORTRAN program on Mac OSX using GNU gcc and f77. Works fine, but when I try to run it on another OSX Mac, I get an error:
dyld: Library not loaded: /usr/local/lib/libg2c.0.dylib
Can't I build a program that is runnable on other OSX Mac's that doesn't have the compiler installed?
dyld: Library not loaded: /usr/local/lib/libg2c.0.dylib
Can't I build a program that is runnable on other OSX Mac's that doesn't have the compiler installed?