VMS Help FORTRAN, Error Messages, Compilation Errors, INCMODNAM *Conan The Librarian (sorry for the slow response - running on an old VAX) |
SEVERITY: F MESSAGE TEXT: Module name not found in library EXPLANATION: When an INCLUDE statement of the form INCLUDE '(module)' is used, several text libraries are searched for the specified module name. These are, in order: 1. Libraries specified on the FORTRAN command line with the /LIBRARY qualifier 2. The library specified using the logical name FORT$LIBRARY 3. The Compaq Fortran system text library, SYS$LIBRARY:FORSYSDEF. The INCMODNAM message is issued when the specified module name cannot be found in any of the libraries. Note that one of the causes of this search failure may be an open failure on one of the libraries. If a "$LIBRARY/LIST" command shows the module to be present in the library, check to ensure that the library itself can be read by the compiler.
|