Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] asn1.dll : fatal error LNK1120

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Vladimir Zherdenovsky" <Vladimir.Zherdenovsky@xxxxxxxxxxxxxx>
Date: Thu, 14 Jul 2005 08:28:00 +0300
Title: asn1.dll : fatal error LNK1120

During making ethereal I got these link errors for asn1.dll (packet-asn1.c)

Is anybody know why?

C:\ethereal-0.10.11\plugins\asn1>nmake -f makefile.nmake

Microsoft (R) Program Maintenance Utility   Version 7.00.8882

Copyright (C) Microsoft Corp 1988-2000. All rights reserved.

        link -dll /out:asn1.dll /NOLOGO /INCREMENTAL:no /MACHINE:I386 /DEBUG /DE

FAULTLIB:msvcrt /NODEFAULTLIB:libc packet-asn1.obj ..\..\epan\libethereal.lib  C

:\ethereal-win32-libs\glib\lib\glib-2.0.lib  C:\ethereal-win32-libs\glib\lib\gmo

dule-2.0.lib  C:\ethereal-win32-libs\glib\lib\gobject-2.0.lib

   Creating library asn1.lib and object asn1.exp

packet-asn1.obj : error LNK2001: unresolved external symbol __pctype

packet-asn1.obj : error LNK2001: unresolved external symbol ___mb_cur_max

packet-asn1.obj : error LNK2001: unresolved external symbol _errno

asn1.dll : fatal error LNK1120: 3 unresolved externals

NMAKE : fatal error U1077: 'link' : return code '0x460'

Stop.

Thanks,

Vladimir