Operating System - HP-UX
1833995 Members
2706 Online
110063 Solutions
New Discussion

Fail to compile PostgreSQL 7.2.1

 
Mario Bergotto
Occasional Contributor

Fail to compile PostgreSQL 7.2.1

I'm trying to compile PostgreSQL 7.2.1 on HP-UX 11.00.
I've checked all requirements and there is no problem at all with them. I've also upgraded my compiler to the latest version (11.11.04) that came with my App CDs.
I always get the same error:

cc: error 1405: "/usr/ccs/bin/ld" terminated abnormally with signal 11

at the last step (linking to create potgres binary).

thanks in advance,
Mario
2 REPLIES 2
Steve Steel
Honored Contributor

Re: Fail to compile PostgreSQL 7.2.1

Hi

This is fixed by

Patch Name: PHSS_26792

Patch Description: s700_800 11.X ANSI C compiler B.11.11.04 cumulative patch

Creation Date: 02/04/08

Post Date: 02/04/19

Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Mario Bergotto
Occasional Contributor

Re: Fail to compile PostgreSQL 7.2.1

No luck. Same error :-(
Also tried disabling optimizations.
Any other ideas??