[EMAIL PROTECTED] 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html