Ethereal-dev: [Ethereal-dev] unresolved external symbol (while linking in windows)

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

From: "Muthyala, Rajeswara Rao (Rajeswara Rao)** CTR **" <rajeswararm@xxxxxxxxxx>
Date: Thu, 17 Nov 2005 16:13:00 +0530
hii,
i have a problem during the linking phase .It is of the following way.

Creating library libethereal.lib and object libethereal.exp

filesystem.obj : error LNK2001: unresolved external symbol _g_get_tmp_dir

plugins.obj : error LNK2001: unresolved external symbol _g_module_open

xmlstub.obj : error LNK2001: unresolved external symbol _g_module_open

plugins.obj : error LNK2001: unresolved external symbol _g_dir_read_name

dissectors.lib(packet-xml.obj) : error LNK2001: unresolved external symbol
_g_di
r_read_name

plugins.obj : error LNK2001: unresolved external symbol _g_dir_open

dissectors.lib(packet-xml.obj) : error LNK2001: unresolved external symbol
_g_di
r_open

libethereal.dll : fatal error LNK1120: 4 unresolved externals

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

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.

and  config.nmake as set below

LOCAL_CFLAGS=/Zi /DWIN32 /W3 

LOCAL_LDFLAGS=/DEBUG /DEFAULTLIB:msvcrt /NODEFAULTLIB:libc

can anyone please help me

RAJA