From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Waterman William L CONT BATH <WatermanWL(at)SUPSHIP(dot)NAVY(dot)MIL> |
Cc: | "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | Re: Installing Pg on HP-UX10.20 |
Date: | 2001-12-11 18:41:10 |
Message-ID: | 18286.1008096070@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Waterman William L CONT BATH <WatermanWL(at)SUPSHIP(dot)NAVY(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | alta | 2001-12-11 18:55:42 | Re: Installing Pg on HP-UX10.20 |
Previous Message | Waterman William L CONT BATH | 2001-12-11 13:37:47 | Installing Pg on HP-UX10.20 |