Patrick wrote: > I'm using gmake to build NSS on Windows but it looks like the build script > were not tested with gmake?
There are at least three versions of gmake on Windows. 1. Netscape's port of GNU make 3.74 to Win32. 2. GNU make, stand-alone. 3. GNU make, as part of Cygwin. We need to know which version of gmake it is and which Bourne-compatible shell you are using with it. Most of the NSS developers are using 1 (Netscape's port of gmake 3.74) with a lightweight shell called shmsdos.exe. I believe one can also build NSS with 2 and MKS Korn Shell. Wan-Teh
