Hi --
I've recently downloaded the win32 version of the xmlsec library and related libraries. I ran the config jscript, and then nmake install.  Install runs to a point that it's building the \apps directory, and gives the error shown below.  It appears there is something missing related to the libxml2 library (various routines calle in xmlIO.obj).  I haven't seen a version of libxml2 specifically for win32; is that the problem?
 
Any pointers to this will be appreciated.  Thanks.
 
   J. Stanley
 
 
        cl.exe /D "LIBXML_STATIC" /D "LIBXSLT_STATIC" /D "XMLSEC_STATIC"  /nolog
o /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_REENTRANT"  /W1 /MD /I.. /I..\include
 /Ie:\libxml\include /D PACKAGE=\"xmlsec\" /D "HAVE_STDIO_H" /D "HAVE_STDLIB_H"
/D "HAVE_STRING_H" /D "HAVE_CTYPE_H" /D "HAVE_MALLOC_H" /D "HAVE_MEMORY_H" /D "_
DEBUG" /Od /Z7 /D LTDL_OBJDIR=\"\" /D LTDL_SHLIB_EXT=\".dll\" /D "XMLSEC_CRYPTO=
\""openssl"\"" /D "XMLSEC_CRYPTO_DYNAMIC_LOADING" /Foapps_a.int\ /c ..\apps\cryp
to.c ..\apps\cmdline.c ..\apps\xmlsec.c
crypto.c
cmdline.c
xmlsec.c
Generating Code...
        link.exe /nologo /LIBPATH:binaries /LIBPATH:e:\libxml\lib /DEBUG /OUT:bi
naries\xmlseca.exe libxmlsec_a.lib libxmlsec-openssl_a.lib  libxml2_a.lib iconv_
a.lib libxslt_a.lib libeay32.lib wsock32.lib kernel32.lib user32.lib gdi32.lib a
pps_a.int\crypto.obj apps_a.int\cmdline.obj apps_a.int\xmlsec.obj
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _gzopen ref
erenced in function _xmlGzfileOpen_real
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _gzdopen re
ferenced in function _xmlGzfileOpen_real
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _gzread ref
erenced in function _xmlGzfileRead
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _gzwrite re
ferenced in function _xmlGzfileWrite
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _gzclose re
ferenced in function _xmlGzfileClose
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _deflateEnd
 referenced in function _xmlFreeZMemBuff
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _crc32 refe
renced in function _xmlCreateZMemBuff
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _deflateIni
t2_ referenced in function _xmlCreateZMemBuff
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _deflate re
ferenced in function _xmlZMemBuffAppend
libxml2_a.lib(xmlIO.obj) : error LNK2019: unresolved external symbol _gzrewind r
eferenced in function ___xmlParserInputBufferCreateFilename
binaries\xmlseca.exe : fatal error LNK1120: 10 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop.
_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to