BUG: Compiler Error with the /Ss Switch in the EnvironmentLast reviewed: July 7, 1995Article ID: Q83979 |
The information in this article applies to:
SYMPTOMSThe /Ss option for the FL environment variable has a limited length of approximatly 16 chars. Otherwise, one of the following errors will occur during compilation:
RESOLUTIONShorten the command line for the /Ss parameter.
STATUSMicrosoft has confirmed this to be a problem in FORTRAN version 5.1 for MS-DOS and OS/2. NOTE: The /Ss option is not supported by FORTRAN PowerStation.
MORE INFORMATIONThe following code can be used to demonstrate the problem.
Sample CodeThe following will cause the error,
SET FL=/Ss"01234567890123456789"Using the /Ss switch in the command line will work correctly,
FL /c /Ss"01234567890123456789" test.for |
Additional reference words: 5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |