The information in this article applies to:
SYMPTOMSThe Microsoft FORTRAN version 5.0 compiler may fail to generate the command-line error during pass one of the compiler if more than 121 files are in the current directory and all the files are being compiled using the command line: fl *.forThe compiler compiles the first 125 files but after that it stops and generates the message: It may also generate the command-line error:
RESOLUTION
To avoid this problem, the user may create several subdirectories with all
the different files divided in small groups (perhaps 100 or less files per
directory.)
STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN version 5.0 for MS-DOS and OS/2. This problem was corrected in Microsoft FORTRAN version 5.1. MORE INFORMATIONThe following program generates 200 FORTRAN source files. After the program is finished, on the directory where it created the FORTRAN files, compile all the files by typing the command: FL *.FOR Sample CodeThis program generates the source files for the test compilation.
Additional query words: 5.00 buglist5.00 fixlist5.10
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |