Morris Lee <molee@cup.hp.com> writes:
> Has anyone gotten postgres to compile on ia64-hpux?
CVS tip works on that platform, but I don't think any released version does.
> I actually just need libpq.sl for the
> ruby-postgres module.
Then don't try to compile the backend. After configure, just do make
and make install in src/interfaces/libpq. (You might need to do it in
src/port as well, not sure.) libpq doesn't need the spinlock code...
regards, tom lane