hi again
i wrote this program

#include <nss.h>
#include <pk11pub.h>

int main(int argc, char *argv[])
{
NSS_NoDB_Init(NULL);
}

when i launch gcc i have the error
undefined reference to 'NSS_NoDB_Init'

please help
i don't understand why i have this error
if i delete the line which contains NSS_NoDB_Init there is no error

regards all
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to