On Nov 16, 2007 4:19 AM, D3||||!$ <[EMAIL PROTECTED]> wrote:
> Hi!!!
>
> I have been trying to compile the selfserv.c file given in NSS using VC
> ++ 2005 Express Edition. But it is throwing up linker errors despite
> including the libs & dlls in the NSS package.
>
> All the functions that are causing linker errors belong to the file
> secutil.h
> These are:
> SECU_Strerror
> SECU_ReadDERFromFile
> SECU_PrintError
> SECU_GetModulePassword
>
> I cannot figure out what is going wrong.... Somebody kindly help.

You need to compile the files in mozilla/security/nss/cmd/lib, which
produces sectool.lib, and then link with sectool.lib.

Why don't you use the official build method to build NSS?

Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to