I'm trying to build NSS 3.4.1 on HP-UX 11.0. I get an error almost immediately after doing the gmake: gmake[4]: Entering directory '/usr/local/src/mozilla/nsprpub/pr/include/md' ../../../config/HP-UXB.11.00_DBG.OBJ/nsinstall -R -m 444 ./_hpux32.cfg ../../../dist/include/nspr gmake[4]: ../../../config/HP-UXB.11.00_DBG.OBJ/nsinstall: Command not found
Seems that the makefile is looking for nsinstall in the wrong place. I can probably hack things so that it finds nsinstall (which is in /usr/local/src/mozilla/nsprpub/config/nsinstall and /usr/local/src/mozilla/security/coreconf/nsinstall/HP-UXB.11.00_DBG.OBJ/nsin stall and /usr/local/src/mozilla/dist/HP-UXB.11.00_DBG.OBJ/bin/nsinstall) but I'm wondering why the makefile is wrong. I don't know enough about gmake and the configuration process to figure out where it's getting the path. Also, if the path to nsinstall is wrong, is the target wrong too? It looks like this would put _hpux32.cfg into /usr/local/src/mozilla/nsprpub/dist/include/nspr. Is that the right target? Chris Moore
