Waterman William L CONT BATH <WatermanWL@SUPSHIP.NAVY.MIL> writes:
> I am trying to install the CPAN Pg module on an HP-UX workstation. When
> running the "make" command I get the following errors (captured by script):
> (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C
> product; ignored.
The "bundled" cc is too brain-dead to compile any real programs. You
need either HP's C compiler product or gcc to do anything useful.
Possibly you already have one or both, but they're not in your PATH,
or they're behind the bundled cc?
regards, tom lane