On 6/12/06, Nelson B <[EMAIL PROTECTED]> wrote:

Actually, quite a few of the NSS command line tools link with NSS static
libs.  See a list of them with this URL:
http://lxr.mozilla.org/security/search?string=USE_STATIC_LIBS

I suggest you build one of them and look at its link command and follow
that example.

Those command line tools link with NSS static libraries because
they call private NSS functions that are not exported by the NSS
shared libraries. In general NSS-based applications should link
with NSS shared libraries.

Also those command line tools link with NSPR shared libraries.
So they don't do exactly what Jim String wanted although they're
close.

You can find those command line tools by searching for
"USE_STATIC_LIBS = 1" in the manifest.mn files under
the mozilla/security/nss/cmd/xxx directories.

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

Reply via email to