Sasank wrote on 4/27/2004, 4:21 AM: > Hi all > > While compiling program which uses functions frm the CRMF library in > NSS, do we need to give any special options. It says undefined reference > to a function when I am trying to compile the program.
You need to pass -lcrmf (or crmf.lib on Windows) to the linker so that it links your program with the crmf static library. The crmf functions are not in any of the NSS shared/dynamic libraries. They are in the crmf static library. Wan-Teh _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
