From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | andre(at)synchronicity(dot)com, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Bug #587: Postgresql will not build on HP-UX 11.0 in debug mode |
Date: | 2002-02-13 22:07:56 |
Message-ID: | 1056.1013638076@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
pgsql-bugs(at)postgresql(dot)org writes:
> cc +DAportable -g -Ae +O2 -I../../../../src/include -I/home/andre/build/relbf1/src/vendor/postgresql/72/src/include -I/home/andre/build/relbf1/obj/HP_UX_1100_aCC_0315_dbg/postgresql-72/../tcl/include -c -o heapam.o /home/andre/build/relbf1/src/vendor/postgresql/72/src/backend/access/heap/heapam.c
> cc: error 1405: "/opt/ansic/lbin/ccom" terminated abnormally with signal 11.
Core dumps in HP's compiler should be filed with HP as a compiler bug.
They are surely not our problem.
My own experience on HPUX 10.20 is that HP's cc tends to dump core when
given both +O2 and -g. Evidently it's still not fixed as of 11.0.
I'd suggest backing off the optimization level in CFLAGS, or using gcc.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | pgsql-bugs | 2002-02-13 22:10:45 | Bug #588: Postgresql will not build on AIX; cannot locate tcl library |
Previous Message | Peter Eisentraut | 2002-02-13 21:46:04 | Re: Bug #587: Postgresql will not build on HP-UX 11.0 in |