Irene wrote:
Hello,

I'm trying to build mozilla code in windows XP. I need use xpcom and nss
packages. When mozilla build is finished the nss package is not compiled and
built.

Does anyone know how to build nss.

If your goal is to build Mozilla, you should figure out how to build Mozilla, which will build NSS.

For almost all Mozilla releases, the crypto
code (including NSS) is not built by default.
You need to pass --enable-crypto to Mozilla's
configure script.  This is usually achieved
by adding

    ac_add_options --enable-crypto

to your .mozconfig file.

Wan-Teh
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to