Ethereal-dev: Re: [Ethereal-dev] Unresolved symbols when building plugin under Windows

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

From: "Gisle Vanem" <giva@xxxxxxxxx>
Date: Thu, 6 Nov 2003 16:10:45 +0100
"Michael Lum" <mlum@xxxxxxxxxxxxx> said:

>    Creating library gsm_map.lib and object gsm_map.exp
> asn1.obj : error LNK2019: unresolved external symbol __imp___snprintf
> referenced
>  in function _asn1_err_to_str

Try changing LOCAL_LDFLAGS in config.nmake.
E.g. add "/nodefaultlib:libc msvcrt.lib".

to prevent linker to add libc.lib by default.
Try "/verbose" to see what it actually does.

--gv