PRB: L4047 Warning Benign When C 6 Run-time Libraries Used

Last reviewed: July 17, 1997
Article ID: Q59936
5.10 5.11 5.13 5.15 5.20 | 5.10 5.11 5.13 5.15
MS-DOS                   | OS/2
kbtool kberrmsg kberrmgs kbprb

The information in this article applies to:

  • Microsoft LINK for MS-DOS, versions 5.1, 5.11, 5.13, 5.15, and 5.2
  • Microsoft LINK for OS/2, versions 5.1, 5.11, 5.13, and 5.15

SYMPTOMS

Microsoft LINK generates the following message when it links an application:

   L4047 - Multiple code segments in module of overlaid program
      incompatible with /CO

CAUSE

The application includes the start-up code from the Microsoft C version 6.0 run-time libraries. This code includes a second segment to hold floating-point math routines. Because this segment (EMULATOR_TEXT) does not contain any CodeView information, it may be an error, as LINK indicates.

RESOLUTION

This warning is expected in this situation and can be ignored. Microsoft LINK versions 5.3 and later do not generate this message.


Additional reference words: 5.10 5.11 5.13 5.15 5.20
KBCategory: kbtool kberrmsg kberrmsg kbprb
KBSubcategory: LinkIss
Keywords : kb16bitonly


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.