Patrick wrote: > 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?
You are using the bundled C compiler, which is not good enough for compiling any non-trivial code. You need to buy the HP ANSI C compiler from HP. (We are using the HP ANSI C compiler.) Wan-Teh
