Re: Building the latest NSS with VS 2013

2018-08-09 Thread Trick, Daniel
Hello, I would like to know this too! Because the NSS build instructions say that we should install the same build prerequisites as described under "Building Firefox On Windows", I did exactly that. Spent like ~1/2 day to install Visual Studio 2017 Update-6 (Update-7 was installed installed b

Re: Building the latest NSS with VS 2013

2018-07-30 Thread John Jiang
Any new update on this point? Can I build NSS with VS2017 now? Best regards, John Jiang 2018-01-19 15:41 GMT+08:00 Franziskus Kiefer : > Hi John, > > using MozillaBuild 2.x with VS 2015 should work fine. That's the only > configuration at the moment that works for building NSS unfortunately. > W

Re: Building NSS 3.32.1 on Solaris

2018-05-17 Thread Martin Thomson
That looks like you haven't got a c++ compiler that supports c++11. You can disable building the tests with NSS_DISABLE_GTESTS. On Fri, May 18, 2018 at 3:30 AM Usha Nayak wrote: > Hi Wan-Teh > Thanks for replying and appreciate your help. > Modifying the file as you suggested did get us furthe

Re: Building NSS 3.32.1 on Solaris

2018-05-17 Thread Usha Nayak
Hi Wan-Teh Thanks for replying and appreciate your help. Modifying the file as you suggested did get us further than before. However, stumbled into another issue during building process (gmake build_nss_all): CC -o SunOS5.11_64_OPT.OBJ/gtest/src/gtest-all.o -c -xO4 -KPIC -DSVR4 -DSYSV -D__svr4 -

Re: Building the latest NSS with VS 2013

2018-01-18 Thread Franziskus Kiefer
Hi John, using MozillaBuild 2.x with VS 2015 should work fine. That's the only configuration at the moment that works for building NSS unfortunately. We're working on new build instructions for Windows. But newer MozillaBuild won't work and older VS version don't work either. Cheers, Franziskus

Re: Building the latest NSS with VS 2013

2018-01-18 Thread John Jiang
Using VS 2015 and MozillaBuild 2.2.0, the building finished successfully. In addition, I don't get proper reference for building NSS with VS 2017 and the latest MozillaBuild (3.3.1). By default, the last MozillaBuild cannot find VC++ and Windows Kits. It may have to setup some environment variable

RE: Building the latest NSS with VS 2013

2018-01-12 Thread Stutzman, David K CTR USARMY RDECOM CERDEC (US)
I posted recently about attempting to build JSS on Windows (which I'm still unable to do). I am also unable to build the most recent versions of NSS on VS2013. I was able to build them using VS2015. https://groups.google.com/forum/#!topic/mozilla.dev.tech.crypto/6c0_zNDS3JY Good Luck!

Re: Building NSS failed on Mac OS X 10.10 with "unknown warning group '-Wvarargs'"

2016-12-29 Thread John Jiang
Just filed a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1326368 Additionally, I commented the below line for nss/lib/certhigh/ocsp.c, #pragma GCC diagnostic ignored "-Wvarargs" and tried to build again. The new building finished. Thanks! 2016-12-30 10:43 GMT+08:00 Martin Thomson : > Hi J

Re: Building NSS failed on Mac OS X 10.10 with "unknown warning group '-Wvarargs'"

2016-12-29 Thread Martin Thomson
Hi John, Could you open a bug? https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=Libraries On Thu, Dec 29, 2016 at 5:19 PM, John Jiang wrote: > Hi, > I tried to build NSS 3.27.1 [1] on Mac OS X 10.10, but the building ended > with the following message: > ocsp.c:2200:32: error: un

Re: Building NSS on arm linux

2016-09-11 Thread Franziskus Kiefer
Hi, If you build on an ARM system, you don't have to change anything to the build process. It's the same as on other Linux systems. I'd recommend building a newer version though. NSS currently doesn't support cross-compilation for ARM from x86. Cheers On Fri, Sep 9, 2016 at 7:07 PM, 付付健 wrote:

Re: Building NSS on Windows x64

2016-09-06 Thread Franziskus Kiefer
I'm not sure about builds of such an old version with MSVC13. Is there a reason you don't use a newer version? 3.11 is over 10 years old. To build 64-bit you have to use the x64.bat. Cheers On Sun, Aug 28, 2016 at 1:43 PM, wrote: > I have successfully built NSPR 4.6.4, NSS 3.11.4, and JSS 4.2

RE: Building NSS with VS2008, Statically Linking the CRT

2012-07-13 Thread Sam Laidler
Of Robert Relyea Sent: 12 July 2012 19:07 To: dev-tech-crypto@lists.mozilla.org Subject: Re: Building NSS with VS2008, Statically Linking the CRT On 07/12/2012 03:20 AM, Sam Laidler wrote: > Hello, hope all is well. > > > > I want to distribute NSS without the MS redistribution packa

Re: Building NSS with VS2008, Statically Linking the CRT

2012-07-12 Thread Wan-Teh Chang
On Thu, Jul 12, 2012 at 3:20 AM, Sam Laidler wrote: > > I want to distribute NSS without the MS redistribution package. When I read > the following, > I got the impression that it should be theoretically possible: > > https://developer.mozilla.org/en/USE_STATIC_LIBS That page describes the USE_S

Re: Building NSS with VS2008, Statically Linking the CRT

2012-07-12 Thread Robert Relyea
On 07/12/2012 03:20 AM, Sam Laidler wrote: Hello, hope all is well. I want to distribute NSS without the MS redistribution package. When I read the following, I got the impression that it should be theoretically possible: https://developer.mozilla.org/en/USE_STATIC_LIBS USE_STATIC_LIBS

Re: Building and running NSS for Android.

2012-07-10 Thread Ryan Sleevi
On Tue, July 10, 2012 12:32 pm, Robert Relyea wrote: > On 07/09/2012 02:03 PM, Anders Rundgren wrote: > > Ian, > > Pardon me if I was a bit terse in my response. > > > > What I meant was simple that Operating Systems manage > > critical resources but only occasionally keys. That is, > > access to

Re: Building and running NSS for Android.

2012-07-10 Thread Robert Relyea
On 07/09/2012 02:03 PM, Anders Rundgren wrote: Ian, Pardon me if I was a bit terse in my response. What I meant was simple that Operating Systems manage critical resources but only occasionally keys. That is, access to persistent keys should only be done through OS calls like it has been the ca

Re: Building and running NSS for Android.

2012-07-10 Thread helpcrypto helpcrypto
IMVVHO, Firefox/Mozilla should work like Chrome: using the keystore of each OS. ie: MSKeystore on Windows, Keychain on OSX and (a shared) NSS on Linux. Similar for Android or other systems. Probably (surely) this was discussed somewhere and some time ago, but maybe the time to change has come

Re: Building and running NSS for Android.

2012-07-09 Thread Anders Rundgren
Ian, Pardon me if I was a bit terse in my response. What I meant was simple that Operating Systems manage critical resources but only occasionally keys. That is, access to persistent keys should only be done through OS calls like it has been the case for files since at least 40 years back. Howev

Re: Building and running NSS for Android.

2012-07-06 Thread Anders Rundgren
On 2012-07-06 10:29, ianG wrote: > On 6/07/12 16:14 PM, Anders Rundgren wrote: >> On 2012-07-06 01:51, Robert Relyea wrote: >>> I've gotten NSS to build and mostly run the tests for Android. > > Cool! > > >>> There are >>> still a number of tests failing, so the work isn't all done, but it was >

Re: Building and running NSS for Android.

2012-07-06 Thread ianG
On 6/07/12 16:14 PM, Anders Rundgren wrote: On 2012-07-06 01:51, Robert Relyea wrote: I've gotten NSS to build and mostly run the tests for Android. Cool! There are still a number of tests failing, so the work isn't all done, but it was a good point to snapshot what I had. How does this c

Re: Building and running NSS for Android.

2012-07-05 Thread Anders Rundgren
On 2012-07-06 01:51, Robert Relyea wrote: > I've gotten NSS to build and mostly run the tests for Android. There are > still a number of tests failing, so the work isn't all done, but it was > a good point to snapshot what I had. How does this compare/interact with Android's built-in key-store?

Re: Building NSS for OpenCSW (Solaris)

2009-11-24 Thread Jean-Marc Desperrier
Maciej Bliziński wrote: I'd like to pass the -L and -R flags via environment variables For anyone else, CSW packages use this to tell the builds to use /opt/csw/lib to locate their dependencies. What's the best way to make the NSS build read LDFLAGS and LD_OPTIONS? That's a very valid que

Re: Building NSS for OpenCSW (Solaris)

2009-11-23 Thread Maciej Bliziński
On Mon, Nov 23, 2009 at 9:28 PM, Wan-Teh Chang wrote: > 2009/11/23 Robert Relyea : >> >> Please do. If there is more demand for these files, it seems reasonable >> to add them. > > There are already two bugs for nspr.pc: > https://bugzilla.mozilla.org/show_bug.cgi?id=290726 > https://bugzilla.mozi

Re: Building NSS for OpenCSW (Solaris)

2009-11-23 Thread Wan-Teh Chang
2009/11/23 Robert Relyea : > > Please do. If there is more demand for these files, it seems reasonable > to add them. There are already two bugs for nspr.pc: https://bugzilla.mozilla.org/show_bug.cgi?id=290726 https://bugzilla.mozilla.org/show_bug.cgi?id=375284 Would be nice to open a bug for nss

Re: Building NSS for OpenCSW (Solaris)

2009-11-23 Thread Robert Relyea
> > On 2009-11-23 01:15 PST, Maciej Bliziński wrote: > > >> I guess the main need for changes are the nss-config and nss.pc files, >> since other software packages require them to build. I've seen that >> Linux distributions create those files downstream. Is there any >> chance for upstream ns

Re: Building NSS for OpenCSW (Solaris)

2009-11-23 Thread Nelson B Bolyard
On 2009-11-23 01:15 PST, Maciej Bliziński wrote: > I guess the main need for changes are the nss-config and nss.pc files, > since other software packages require them to build. I've seen that > Linux distributions create those files downstream. Is there any > chance for upstream nss-config and n

Re: Building NSS for OpenCSW (Solaris)

2009-11-23 Thread Maciej Bliziński
On Sun, Nov 22, 2009 at 9:08 PM, Nelson B Bolyard wrote: > On 2009-11-22 04:44 PST, Maciej Bliziński wrote: >> Why is ldd showing that the nspr libraries are found, but they don't >> get loaded when running shlibsign?  Do you have any hints? > > Yes, it's because of the changes you've made to free

Re: Building NSS for OpenCSW (Solaris)

2009-11-23 Thread Maciej Bliziński
On Sun, Nov 22, 2009 at 7:59 PM, Wan-Teh Chang wrote: > 2009/11/22 Maciej Bliziński : >> It looks like the stubs from stubs.c don't get overriden by real >> functions. > > You should not define FREEBL_NO_DEPEND when building NSS on > Solaris.  The FREEBL_NO_DEPEND build configuration supports > on

Re: Building NSS for OpenCSW (Solaris)

2009-11-22 Thread Nelson B Bolyard
On 2009-11-22 04:44 PST, Maciej Bliziński wrote: > Hello dev-tech-crypto, > > I'm working on a Solaris NSS package for the OpenCSW[1] project. I'm > compiling it using Sun Studio 11, on standard OpenCSW buildfarm. I'm > using the standard OpenCSW build system, GAR. The source code of the > buil

Re: Building NSS for OpenCSW (Solaris)

2009-11-22 Thread Wan-Teh Chang
2009/11/22 Maciej Bliziński : > > I've also built it with debugging symbols and ran it under a debugger. >  Here's where it's aborting: > > [1] 0xff3db7b0(0xffbfe220, 0xa3, 0x1, 0x6, 0x0, 0x6), at 0xff3db7b0 >  [2] 0xff3d7ff4(0x1, 0x6, 0x0, 0xfefbc000, 0xff166000, 0x0), at 0xff3d7ff4 >  [3] 0xff3db

Re: Building NSS on Windows

2009-09-25 Thread VickyV
David Stutzman-11 wrote: > > vvick...@harris.com wrote: >> I need to create a build of NSS 3.12.4 with NSPR to use for FIPS 140-2 >> encryption in my java.security file. > > For those that are less than familiar with building software on Windows > using Microsoft products, I really recommend

Re: Building NSS on Windows

2009-09-24 Thread Nelson B Bolyard
On 2009-09-23 15:16 PDT, vvick...@harris.com wrote: > I need to create a build of NSS 3.12.4 with NSPR to use for FIPS 140-2 > encryption in my java.security file. > I have gone to the release notes > https://developer.mozilla.org/en/NSS_reference/Building_and_installing_NSS/Build_instructions > an

Re: Building NSS on Windows

2009-09-24 Thread David Stutzman
vvick...@harris.com wrote: I need to create a build of NSS 3.12.4 with NSPR to use for FIPS 140-2 encryption in my java.security file. For those that are less than familiar with building software on Windows using Microsoft products, I really recommend just using Mozilla Build. It's not a tri

Re: Building certificate trusted chain problem

2009-02-05 Thread Nelson B Bolyard
Vidal Pascal wrote, On 2009-02-04 08:35 PST: > i look for some information about firefox and the building trusted chain > mecanism. I have a certificate containing two URL in the AIA extension: > > 1) p7c files containing cross-certificates > 2) OCSP URL PKCS#7 defines 6 content types: data, sig

Re: Building NSS on Vista

2008-12-22 Thread Nelson B Bolyard
ps_mitrofa...@mail.ru wrote, On 2008-12-22 09:30: > On 22 дек, 20:08, Nelson B Bolyard wrote: >> ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45: >> Please supply more output from the gmake run, like (say) the last 20 >> lines of output > > There is building log(but there are only 5 lines of ou

Re: Building NSS on Vista

2008-12-22 Thread Glen Beasley
hi, ps_mitrofa...@mail.ru wrote: On 22 дек, 20:08, Nelson B Bolyard wrote: ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45: Please supply more output from the gmake run, like (say) the last 20 lines of output There is building log(but there are only 5 lines of output): gmake

Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
On 22 дек, 20:08, Nelson B Bolyard wrote: > ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45: > Please supply more output from the gmake run, like (say) the last 20 > lines of output There is building log(but there are only 5 lines of output): >>gmake nss_build_all process_begin:CreateProcess((n

Re: Building NSS on Vista

2008-12-22 Thread Nelson B Bolyard
ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45: > On 22 дек, 19:14, Nelson B Bolyard wrote: >> ps_mitrofa...@mail.ru wrote, On 2008-12-22 03:33: >> >>> Hi. I'm asking for help :) When I try to build NSS on Windows Vista, >>> I've go build_coreconf error 1. Is it possible to build NSS on Vista ?

Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
On 22 дек, 19:14, Nelson B Bolyard wrote: > ps_mitrofa...@mail.ru wrote, On 2008-12-22 03:33: > > > Hi. I'm asking for help :) When I  try to build NSS on Windows Vista, > > I've go build_coreconf error 1. Is it possible to build NSS on Vista ? > > If it is possible, then please tell me how? > > S

Re: Building NSS on Vista

2008-12-22 Thread Nelson B Bolyard
ps_mitrofa...@mail.ru wrote, On 2008-12-22 03:33: > Hi. I'm asking for help :) When I try to build NSS on Windows Vista, > I've go build_coreconf error 1. Is it possible to build NSS on Vista ? > If it is possible, then please tell me how? Sounds like you might have had one or more of these issue

Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
Thank you, David Stutzman. I hope this information will help me. ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

RE: Building NSS on Vista

2008-12-22 Thread David Stutzman
Unless you're intimate with the NSS build system and know enough to trim things down...then this set of instructions is the best thing. I've built NSS on Vista using this wiki page: https://developer.mozilla.org/En/Windows_Build_Prerequisites -Original Message- From: dev-tech-crypto-bou

Re: Building NSS builtin root certificate module on windows

2008-09-16 Thread Julien R Pierre - Sun Microsystems
If you are using cygwin, you must use all cygwin tools, including cygwin's make.exe . You can't use the make / gmake from moztools in conjunction with a cygwin setup. [EMAIL PROTECTED] wrote: > Hi, I need to build just the root certificate module for NSS on > windows. I followed the build instru

Re: Building NSS builtin root certificate module on windows

2008-09-15 Thread Nelson B Bolyard
[EMAIL PROTECTED] wrote, On 2008-09-14 22:08: > Hi, I need to build just the root certificate module for NSS on > windows. I followed the build instructions on the NSS website. I got a > tar of the release I need to build (3.9.2) and moztools. I set > moztools in my path, and added my certificate t

Re: Building JSS 4.2.5 with Java 1.4.2

2007-09-14 Thread Glen Beasley
[EMAIL PROTECTED] wrote: > I am trying to build JSS 4.2.5 with Java 1.4.2 and I am having > troubles. I printed the the build instructions from the website. When > I run the build it just thrashes and crashes when it run out of > memroy. Has anyone been able to successfully build this with Java > 1

Re: Building NSS on Ubuntu Linux?

2007-01-20 Thread Wan-Teh Chang
Paul Hoffman wrote: At 3:51 PM -0800 1/18/07, Wan-Teh Chang wrote: Paul Hoffman wrote: And, just for grins, I added the following to my .bashrc: export PATH="${PATH}:/home/phoffman/nss-3.11.4/mozilla/dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/bin" If you do this, you should not need the nss.con

Re: Building NSS on Ubuntu Linux?

2007-01-19 Thread Bob Relyea
Paul Hoffman wrote: At 6:55 AM -0500 1/18/07, David Stutzman wrote: The libs aren't in your system's libpath. You can either move all the .so's into /usr/lib, or another location already in the libpath, or add the directories with the nss and nspr shared libs to /etc/ld.so.conf and then run l

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Paul Hoffman
At 3:51 PM -0800 1/18/07, Wan-Teh Chang wrote: Paul Hoffman wrote: For the record, I created a file called nss.conf in /etc/ld.so.conf.d that has the following lines: /home/phoffman/nss-3.11.4/mozilla/dist/public/nss /home/phoffman/nss-3.11.4/mozilla/dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/inclu

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Wan-Teh Chang
Paul Hoffman wrote: For the record, I created a file called nss.conf in /etc/ld.so.conf.d that has the following lines: /home/phoffman/nss-3.11.4/mozilla/dist/public/nss /home/phoffman/nss-3.11.4/mozilla/dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/include /home/phoffman/nss-3.11.4/mozilla/dist/Lin

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Paul Hoffman
At 6:55 AM -0500 1/18/07, David Stutzman wrote: The libs aren't in your system's libpath. You can either move all the .so's into /usr/lib, or another location already in the libpath, or add the directories with the nss and nspr shared libs to /etc/ld.so.conf and then run ldconfig which will up

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Wan-Teh Chang
Paul Hoffman wrote: Hi again. To test my earlier problem, I'm trying to do a source build on Ubuntu Linux. Following the directions at , I do make NSS_ENABLE_ECC=1 nss_build_all and have no problems. Just w

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Peter Djalaliev
I added a sub-page to that Wiki page. Regards, Peter ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Wan-Teh Chang
I added a new chapter "Building and installing NSS" to the new NSS Reference on developer.mozilla.org: http://developer.mozilla.org/en/docs/NSS_reference:Building_and_installing_NSS Right now I only copied Nelson's recent email on the make variables of NSS and my reply on NSS installation. David

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Wan-Teh Chang
Peter Djalaliev wrote: Yeah, I agree with David. I don't know if there is a "make install" feature in the NSS build system (I don't remember, I think I couldn't find one when I first started using NSS). I copy the header files and shared libraries of my NSS builds manually to /usr/include and

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread Peter Djalaliev
Yeah, I agree with David. I don't know if there is a "make install" feature in the NSS build system (I don't remember, I think I couldn't find one when I first started using NSS). I copy the header files and shared libraries of my NSS builds manually to /usr/include and /usr/lib. After you buil

Re: Building NSS on Ubuntu Linux?

2007-01-18 Thread David Stutzman
Paul Hoffman wrote: Just for grins, I tried to run the built program locally: cd cmd/certutil/Linux2.6_x86_glibc_PTH_DBG.OBJ/ ./certutil This results in: ./certutil: error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory Build help

Re: building

2006-10-31 Thread Christian Biesinger
Wan-Teh Chang wrote: mk_add_options MOZ_CO_PROJECT=suite ac_add_options --enable-application=suite mk_add_options [EMAIL PROTECTED]@/suite-debug ac_add_options --disable-optimize ac_add_options --enable-debug ac_add_options --enable-crypto I'm not sure about the first three lines, but am sure ab

Re: building

2006-10-26 Thread Wan-Teh Chang
Alexander Miro wrote: Hi, The problem: Mozilla is unable to load my PKCS#11 module. What I need: The .mozconfig script for compiling mozilla-1.7.13-source.tar.bz2 in debug mode to find out where NSS is "failing" during the loading process. You need the following build options in the .mozcon

Re: Building (running) NSS cmd tools?

2006-09-20 Thread Wan-Teh Chang
[EMAIL PROTECTED] wrote: Thanks for testing! I found out why it failed. I am using Visual Studio 2005, and it apparently needs the .manifest files too. Adding that to the exported items fixed the problem. great thanks to MS for the easy to understand error messages Filed this btw: https://bu

Re: Building (running) NSS cmd tools?

2006-09-20 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > Wan-Teh Chang wrote: > > [EMAIL PROTECTED] wrote: > > > I've followed the build instructions on checkout and building NSS > > > (after giving up on getting it to build the cmd utils inside my main > > > mozilla tree). It also compiles fine, but I cannot seem to actually

Re: Building (running) NSS cmd tools?

2006-09-20 Thread [EMAIL PROTECTED]
Wan-Teh Chang wrote: > [EMAIL PROTECTED] wrote: > > I've followed the build instructions on checkout and building NSS > > (after giving up on getting it to build the cmd utils inside my main > > mozilla tree). It also compiles fine, but I cannot seem to actually run > > the cmd utils. > > > > I've

Re: Building (running) NSS cmd tools?

2006-09-19 Thread Wan-Teh Chang
[EMAIL PROTECTED] wrote: I've followed the build instructions on checkout and building NSS (after giving up on getting it to build the cmd utils inside my main mozilla tree). It also compiles fine, but I cannot seem to actually run the cmd utils. I've included the MS redist files, and try to run

Re: Building (running) NSS cmd tools?

2006-09-19 Thread Julien Pierre
Hi, Nothing obvious comes to mind about this crash. Run rsaperf.exe within a debugger and see where it crashes . [EMAIL PROTECTED] wrote: I've followed the build instructions on checkout and building NSS (after giving up on getting it to build the cmd utils inside my main mozilla tree). It al

Re: [Fwd: Re: Building static NSS libraries]

2006-08-02 Thread Wan-Teh Chang
Wesley Leggette wrote: Wan-Teh Chang wrote: Wesley Leggette wrote: Wesley Leggette wrote: > > Is it currently possible, NSS 3.11, to create static NSS libraries for > Linux and Windows? I've searched on Google and saw that before NSS 3.11 > some of the command line tools statically linked

Re: [Fwd: Re: Building static NSS libraries]

2006-08-02 Thread Wesley Leggette
Wan-Teh Chang wrote: Wesley Leggette wrote: Wesley Leggette wrote: > > Is it currently possible, NSS 3.11, to create static NSS libraries for > Linux and Windows? I've searched on Google and saw that before NSS 3.11 > some of the command line tools statically linked to the libraries, but

Re: [Fwd: Re: Building static NSS libraries]

2006-08-02 Thread Wan-Teh Chang
Wesley Leggette wrote: Wesley Leggette wrote: > > Is it currently possible, NSS 3.11, to create static NSS libraries for > Linux and Windows? I've searched on Google and saw that before NSS 3.11 > some of the command line tools statically linked to the libraries, but > they now do not. One

[Fwd: Re: Building static NSS libraries]

2006-08-02 Thread Wesley Leggette
Wesley Leggette wrote: > > Is it currently possible, NSS 3.11, to create static NSS libraries for > Linux and Windows? I've searched on Google and saw that before NSS 3.11 > some of the command line tools statically linked to the libraries, but > they now do not. Please ask in the NSS newsgroup,

Re: Building NSS 3.11.1 as static libraries on Windows?

2006-06-19 Thread Jim Spring
Anyang Ren wrote: Also note that starting in NSS 3.11, even the command line tools that link with NSS static libraries need freebl3.dll at run time, because the static lib freebl.lib simply loads the appropriate freebl shared libary for the processor and calls the same-named function in the freeb

Re: Building NSS 3.11.1 as static libraries on Windows?

2006-06-12 Thread Anyang Ren
Also note that starting in NSS 3.11, even the command line tools that link with NSS static libraries need freebl3.dll at run time, because the static lib freebl.lib simply loads the appropriate freebl shared libary for the processor and calls the same-named function in the freebl shared library.

Re: Building NSS 3.11.1 as static libraries on Windows?

2006-06-12 Thread Anyang Ren
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

Re: Building NSS 3.11.1 as static libraries on Windows?

2006-06-12 Thread Nelson B
Jim Spring wrote: > At least when browsing: > > http://www.mozilla.org/projects/security/pki/nss/intro.html > > It looks like it should be possible to use the static > libraries built on windows by linking against nss.lib, > ssl.lib, and libnspr4_s.lib. However, this does not > appear to be wor