/usr/bin/ld: warning can't open dynamic library: /libgcc_s.1.dylib
referenced from: /usr/local/lib/gcc/powerpc-apple-
darwin8.9.0/4.3.0/../../../libgfortran.dylib (checking for
undefined symbols may be affected) (No such file or directory,
errno = 2)
This is a red herring. It is not the cause of the problem and can
safely be ignored.
% ./readavg
At line 77 of file readavg.f90 (unit = 1, file = ' ')
Fortran runtime error: File ' ' does not exist
Just a sanity check: if, just before line 77, you print the content
of the variable that contains your filename, is it non-empty?
If I introduce the -static option, I get this error:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Fortran-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden