hi all
i have a little problem when i try to compil my program
nss and nspr are installed on my system
in my program i have :

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

PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL,0);

...
end ^^

when i launch gcc with the following syntax

gcc -g test.c -otest -I/usr/include/nss -I/usr/include/nspr

i have the following error
................
undefined reference to 'PR_Init'
undefined reference to 'NSS_NoDB_Init'
undefined reference to 'PR_Get_Error'

do you have an idea ?

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

Reply via email to