I can't tell what cc compiler I have on my HP11 machine; It resides in /usr/bin but can't get a version number (--version does not work) It looks like it came with the OS (HP-UX faraday B.11.00 A 9000/785), judging from messages I get when I tried to build NSS with it:
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored. (Bundled) cc: warning 422: Unknown option "f" ignored. (Bundled) cc: warning 480: The -z option is available only with the C/ANSI C product; ignored. It looks like my cc is not a C/ANSI C product... Any suggestion as to where best to get a C compiler for HP11? What exactly is the "C compiler: A.11.01.00" supported by the NSS team for HP11? -- Patrick "Wan-Teh Chang" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Patrick wrote: > > > OK so I should stay away from gcc when compiling NSS on HP11? > > > You can certainly use gcc to compile NSS on HP-UX 11. It's > just that you will need to do the porting work. > > The +Z and *.s problems that you mentioned are both porting > problems. > > The compilers and platforms that the NSS team support are > listed in the NSS release notes, for example, > http://www.mozilla.org/projects/security/pki/nss/release_notes_33.html.; > > Wan-Teh >
