Thanks!

It turns out that the file "configure" has \r\n line terminators. I
changed it and a few other script files. It now gets passed that but
got an error for link

link -nologo  ......

link: invalid option -- n
Try `link --help' for more information.

$ which link
/usr/bin/link

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program
Files/Microsoft
SDK/bin:/cygdrive/c/Program Files/Microsoft Visual Studio
8/Common7/IDE:/cygdriv
e/c/Program Files/Microsoft Visual Studio 8/VC/BIN:/cygdrive/c/Program
Files/Mic
rosoft Visual Studio 8/Common7/Tools:/cygdrive/c/Program
Files/Microsoft Visual
Studio 8/SDK/v2.0/bin

is the path wrong?

Thanks,
Wei

Wan-Teh Chang wrote:
> [EMAIL PROTECTED] wrote:
> > I downloaded NSPR 4.6.1 and NSS 3.11 from CVS. But build on Windows
> > failed.
> >
> > I have cygwin, VC++ 2005 personal edition, and moztools installed. OS
> > is Windows XP
> > It failed on nspr  configure.   Do I need autoconf on my Windows?
>
> You don't need autoconf.  autoconf is only necessary if
> you modify mozilla/nsprpub/configure.in and need to
> regenerate mozilla/nsprpub/configure.  When you build
> NSPR, you only run mozilla/nsprpub/configure, which is
> just a shell script.
>
> I don't know what's wrong with your setup.  You need to
> add C:\cygwin\bin (or the directory you installed Cygwin
> in) to your PATH environment variable.  You should also
> add the moztools's bin directory to your PATH.  I believe
> the only thing we need from moztools is nsinstall.exe.
>
> By the way, you should check out NSPR 4.6.3 and NSS 3.11.3
> from CVS.  The CVS tags are NSPR_4_6_3_RTM and NSS_3_11_3_RTM.
> 
> Wan-Teh

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

Reply via email to