Hi Yves, On Fri, Aug 10, 2007 at 09:46:03AM +0200, Yves Martin wrote: > 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
Not sure why that would happen, but since the function isn't used outside the SSPI code can you just add it (with the static qualifier) inside ne_sspi.c? Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
