Re: [libdnet-devel] Compiling libdnet for VC++ .NET
Status: Abandoned
Brought to you by:
dugsong
|
From: Dug S. <du...@mo...> - 2005-07-07 15:03:29
|
On Wed, Jul 06, 2005 at 11:01:32PM -0400, Ronak Sutaria wrote: > Well, that was the first thing I tried and I would be only too glad if > this worked out fine. At present I am getting linker errors with the > dnet.lib such as: > nmap error LNK2005: __errno already defined in LIBCMT.lib(dosmap.obj) > Found __imp__sprintf > Referenced in dnet.lib(addr.obj) > Referenced in dnet.lib(addr-util.obj) > Loaded MSVCRT.lib(MSVCR71.dll) > > dnet.lib(intf-win32.obj) : error LNK2019: unresolved external symbol > _GetIfEntry@4 referenced in function _intf_get > > dnet.lib(intf-win32.obj) : error LNK2019: unresolved external symbol > _GetBestInterface@8 referenced in function _intf_get_dst > > There are several errors of the first type- and I'm not sure what is > the linked setting which is causing this. the first error looks like a problem with your link order, and the others are probably from a missing iphlpapi.lib. can you show me the full command being executed to link your program? -d. --- http://monkey.org/~dugsong/ |