Hello,

I'm currently writing a fix to implement the host name canonicalization
for SSPI SPN.
. I have added a function "ne_canonicalize" in ne_socket.c (and in .h)
. I call it from ne_sspi.c with #include "ne_socket.h"

Compilation is ok but linkage fails:

libneond.lib(ne_sspi.obj) : error LNK2019: unresolved external symbol
_ne_canonicalize referenced in function _ne_sspi_create_context
..\..\..\Debug\subversion\svn\svn.exe : fatal error LNK1120: 1
unresolved externals

I guess a dependency declaration is lacking somewhere in makefile
or in Visual Studio project declaration. Do you know what to do ?

Thank you in advance for your help
Regards
-- 
Yves Martin
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to