problem linking on NT using msvc 4 or 6

I compiled all the files into one library (wwwlib.lib).  At this point I can
link fine on UNIX but get the following on NT

wwwlib.lib(HTZip.obj) : error LNK2001: unresolved external symbol _inflateEnd@4
wwwlib.lib(HTZip.obj) : error LNK2001: unresolved external symbol _inflate@8
wwwlib.lib(HTZip.obj) : error LNK2001: unresolved external symbol
_inflateInit_@12

Any ideas to what I am missing?
Thanks.
-Diana

Received on Tuesday, 14 December 1999 16:15:00 UTC