PRB: L1006 Error When /STACK Option Contains a SpaceLast reviewed: July 17, 1997Article ID: Q76077 |
1.x 2.x 3.x 4.x 5.0x 5.1x 5.2x 5.3x 5.50 5.60 | 5.0x 5.10 5.11 5.13 5.15
MS-DOS | OS/2kbtool kberrmsg kberrmgs kbprb The information in this article applies to:
SYMPTOMSAn attempt to link an application fails and Microsoft LINK generates the following message:
LINK : fatal error L1006: ST : stack size exceeds 65535 bytes CAUSEThe linker command line includes the /ST[ACK] option with a space between the option name and the numeric parameter.
RESOLUTIONTo eliminate the error, edit the command line to remove the space.
MORE INFORMATIONThis error is caused by a space character before or after the colon in the /STACK linker option. Both of the following command lines cause the L1006 error:
link /ST :4096 test.obj; link /ST: 4096 test.obj; |
Additional reference words: 1.08 1.10 2.00 2.01 2.10 2.40 2.41 2.44
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |