| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Richard Ray <rray1(at)netdoor(dot)com> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: 7.2 compile problem on HP/UX |
| Date: | 2002-03-15 23:16:33 |
| Message-ID: | 6195.1016234193@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Richard Ray <rray1(at)netdoor(dot)com> writes:
> I'm trying to build 7.2 on HP/UX 10.20. I get a lot of warnings but this is a
> killer.
> gmake[4]: Entering directory
> `/pgsql/postgresql-7.2/src/interfaces/ecpg/preproc'
> cc -Ae +O2 -I./../include -I. -I../../../../src/include
> -I/opt/readline/include -DMAJOR_VERSION=2 -DMINOR_VERSION=9 -DPATCHLEVEL=0
> -DINCLUDE_PATH=\"/pgsql/include\" -c -o preproc.o preproc.c
> cc: error 7201: new_slc_block: out of memory. (7201)
> gmake[4]: *** [preproc.o] Error 1
(a) Update to latest compiler version. If problem still there,
file a compiler bug report with HP. (FWIW, I see no such problem
on HPUX 10.20, using a circa-1999 compiler release.)
(b) Increasing swap space might help; not sure.
(c) Use gcc...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Patrick Hatcher | 2002-03-16 00:58:28 | Function problem |
| Previous Message | Richard Ray | 2002-03-15 22:37:23 | 7.2 compile problem on HP/UX |