David Stutzman wrote: > I can report success using VC8 (Visual C++ 2005 Express Edition), > 5.2.3790.2075.51.PlatformSDK_Svr2003R2_rtm.img and > MozillaBuildSetup-1.1.exe running on WinXP SP2. > > One snag that had me scratching my head was the make command. > Wan-Teh links to > http://www.mozilla.org/projects/security/pki/nss/nss-3.11.4/nss-3.11.4-build.html > > which the last step says to run "gmake nss_build_all". gmake is not > present in the environment but using just "make" works fine.
On some systems there are two (or more) separate make programs. The GNU version is named gmake, and some other version is named make. On other systems, there is only GNU make and it is named make, not gmake. On those systems, I recommend that you create a copy (or link or symlink) of make, named gmake, so that gmake commands will work on those systems, and will just invoke make. This will save you a lot of headache over time. -- Nelson B _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto