PRB: L1102 Error from Corrupted Library, List Filename Error

Last reviewed: July 17, 1997
Article ID: Q38201
3.x 4.x 5.x | 5.x
MS-DOS      | OS/2
kbtool kberrmsg kberrmgs kbprb

The information in this article applies to:

  • Microsoft LINK for MS-DOS, versions 3.x, 4.x, and 5.x
  • Microsoft LINK for OS/2, versions 5.x

SYMPTOMS

An attempt to link an application fails and Microsoft LINK generates the following message:

   L1102: unexpected end-of-file

CAUSE

This error occurs when the linker attempts to use a corrupted or null library to resolve external symbols. The library was probably corrupted at the library creation stage in Setup.

The L1102 error can also occur if you type the name of a library used to build the application at the "list file" prompt, as follows:

   Run File  [SPUD.EXE]: main.exe
   List File [NUL.MAP]: libname.lib (generates faulty library)
   Libraries [.LIB]: libname.lib
   Definition File [NUL.DEF]: main.def

This process creates a map listing with the specified library name in the current working directory. Because LINK searches the current working directory before the directories specified in the LIB environment variable, the L1102 error occurs when LINK searches the listing file instead of the library.

RESOLUTION

Check the LIB directory for small or zero-sized libraries. Use Setup to rebuild libraries as necessary.


Additional reference words: 3.61 3.64 3.65 3.69 4.06 4.07 4.10 5.01.20
5.01.21 5.02 5.03 5.05 5.10 5.11 5.13 5.15 5.60
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.