| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Ed L(dot)" <pgsql(at)bluepolka(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: 7.4.11 HP-UX ia64 build error |
| Date: | 2006-01-19 21:12:30 |
| Message-ID: | 9097.1137705150@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Ed L." <pgsql(at)bluepolka(dot)net> writes:
> I'm having trouble building 32-bit pgsql 7.4.11 on the latest
> release of HP-UX 11.23 on ia64, and need a little help.
> Here's my compiler:
> cc: HP aC++/ANSI C B3910B A.06.05 [Jul 25 2005]
We support that combination in PG 8.0 and later. If you really want
7.4 on that platform, you can build it with gcc, or see about
back-porting the ia64/non-gcc fixes that went into 8.0, which would
include at least these:
2004-10-08 00:22 tgl
* src/Makefile.shlib: Tweak HPUX shared-library build flags, per
Shinji Teragaito.
2004-09-02 19:06 tgl
* src/: Makefile.shlib, makefiles/Makefile.hpux: Fix shared library
linking operations to work properly on all (or at least more)
combinations of HP-UX hardware, compiler, and linker. Shinji
Teragaito and Tom Lane.
2004-09-02 17:03 tgl
* src/include/port/hpux.h: Apparently HPUX runs the IA64 in
big-endian mode.
2004-09-02 13:12 tgl
* src/backend/utils/adt/float.c: Cope with recent HPUX versions
providing isfinite() instead of finite().
2004-09-02 13:10 tgl
* src/include/storage/s_lock.h: Add s_lock support for HPUX on
IA64, per Shinji Teragaito.
There are a lot of other build-process changes in 8.0, which might or
might not be relevant.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-01-19 21:13:55 | Re: Permission denied on relation |
| Previous Message | Jaime Casanova | 2006-01-19 21:03:41 | out parameters and SETOF |