On 10/20/2011 9:04 PM, W. eWatson wrote:
...
> It seems that the few f77 books I have seen there is little description
> of libraries, user created. My limited sample would suggest the concept
> did not occur in f77. Perhaps later.
Libraries have nothing to do w/ Fortran, per se. They certainly existed
(and FORTRAN compilers/tool sets were capable of creating and using
them) long before F77. But, that's part of the compiler/implementation,
not part of the Standard or the language hence it isn't covered in texts
on Fortran but in the documentation of the various compilers.
For PC's all are quite similar since all have to be able to build
executables that can link to a given OS/set of APIs. Similarly for the
other classes of machines that run similar and/or compatible OS'es.
OTOH, when OS'es were proprietary and wildly different on different
hardware, there was far less commonality.
--