I'm having ahard time building NSS on HP11: First, I had to modify .../coreconf/HP-UX.mk to say "CC=gcc" instead of "CC=cc" to get the build system to start using gcc but I did not get very far; here's what I get:
------------------------------------------------------- # make nss_build_all ... cd nsinstall; make libs make[2]: Entering directory `/tmp/nss/hpbuild/nss-3.3.1/mozilla/security/coreconf/nsinstall' gcc -o HP-UXB.11.00_OPT.OBJ/nsinstall.o -c -O -DHPUX10 -Ae +Z -DHPUX -Dhppa -D_HPUX_SOURCE -DHPUX11 -DXP_UNIX -UDEBUG -DNDEBUG -I../../ ../dist/HP-UXB.11.00_OPT.OBJ/include -I../../../dist/public/coreconf -I../.. /../dist/private/coreconf nsinstall.c gcc: cannot specify -o with -c or -S and multiple compilations make[2]: *** [HP-UXB.11.00_OPT.OBJ/nsinstall.o] Error 1 ------------------------------------------------------- Looks like gcc is not happy!... Any ideas as to what's going on? -- Patrick
