Re: build problems

Wan-Teh Chang <[email protected]> Thu, 30 Jul 2009 11:32:04 -0700
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <[email protected]>
On Thu, Jul 30, 2009 at 11:21 AM,
news.mozilla.org<[email protected]> wrote:
> Hi Wan-Teh,
>
> I am now trying to build NSS3.11.4 with MozillaBuild.
>
> But NSS3.11.4 is dependent on NSPR4.6.4 and needs its include and lib files.

If you use nss-3.11.4-with-nspr-4.6.4.tar.gz, you can just say
    cd mozilla/security/nss
    make nss_build_all

And it will build first build NSPR and then build NSS.  You
don't need to worry about setting LIB and INCLUDE.

Re: set or export

Use export if you're using bash.  Use set if you're using
the Command Prompt.

Wan-Teh