Package build (busbuild) question

boaterdan

Active Member
Hey, you folks have been real helpful with my questions so far. Thanks.

I've got another one for you. This is from my buildlog.txt:

************CINV************

jdertdll.c

N3900050.c

N3900130.c

Creating library \\DEPLSVR1\B7333\PY7333\package\PYJD10589\lib32\CINV.lib and object \\DEPLSVR1\B7333\PY7333\package\PYJD10589\lib32\CINV.exp

sCINV.lib(N41021ZP.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900140.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900030.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900110.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900100.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900020.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900010.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900045.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N4101350.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N41B0040.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N3900160.obj) : error LNK2001: unresolved external symbol __imp___free_dbg

sCINV.lib(N41021ZP.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900140.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900030.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900110.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900100.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900020.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900010.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900045.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N4101350.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N41B0040.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

sCINV.lib(N3900160.obj) : error LNK2001: unresolved external symbol __imp___calloc_dbg

\\DEPLSVR1\B7333\PY7333\package\PYJD10589\bin32\CINV.dll : warning LNK4088: image being generated due to /FORCE option; image may not run

************************

This sure looks pretty ominous to me, but OW seems perfectly happy to report this as a sterling success. Should I be as concerned as I am?



---------------------------------
OneWorld Xe SP15
Clustered Windows 2000 + SQL 2000
 
I just noticed the dbg at the end of those lines...

I'm thinking this is probably because I didn't load the debug stuff when I installed VC++... make sense?

---------------------------------
OneWorld Xe SP15
Clustered Windows 2000 + SQL 2000
 
Back
Top