FIX: Compiler Hangs If FL Environment Variable LongLast reviewed: September 16, 1997Article ID: Q76948 |
5.10 | 5.10
MS-DOS | OS/2
kbtool kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSIf the FL environment variable is set with the /link option to a large character string, the Microsoft FORTRAN version 5.1 compiler may hang. The following environment setting will generate this error:
set fl=/link llibf7r.lib+llibc7r.lib+graphics.lib CAUSEA buffer within the FL.EXE program is overflowing because of the long string passed for the /link option.
RESOLUTIONTo avoid overflowing this buffer, put spaces in the string passed to the /link option to break up the string. The example below illustrates this solution:
set fl=/link llibf7r.lib + llibc7r.lib + graphics.lib STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN version 5.1 for MS-DOS and OS/2. This problem was corrected in FORTRAN PowerStation.
|
Additional reference words: 5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |