NS_USE_GCC is definitely set to 1 along with NO_MDUPDATE=1 however without the modification I mention, the build system was stilltrying to use cc instead of gcc... But now it looks like I'm past that at least.
It *looks like* the build scripts are broken when using gcc as the compiler??? At least on HP11... -- Patrick "Wan-Teh Chang" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Patrick wrote: > > > 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 > > > The correct solution is to set the environment variable > NS_USE_GCC to 1. > > Wan-Teh >
