Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brian Wipf <brian(at)clickspace(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org, Brendan Duddridge <brendan(at)clickspace(dot)com>, Guido Neitzer <lists(at)event-s(dot)net>
Subject: Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED
Date: 2006-11-28 01:39:07
Message-ID: 26816.1164677947@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Brian Wipf <brian(at)clickspace(dot)com> writes:
> On 27-Nov-06, at 6:17 PM, Tom Lane wrote:
>> Does it pass "make check"?

> Umm, no. Maybe we should wait for 8.2 before going 64-bit in production?

If you don't help us debug it then 8.2 won't be any better.

> RETURNS trigger
> AS '/Users/admin/Downloads/postgresql-8.1.5/src/test/
> regress/../../../contrib/spi/refint.so'
> LANGUAGE 'C';
> + ERROR: could not load library "/Users/admin/Downloads/
> postgresql-8.1.5/src/test/regress/../../../contrib/spi/refint.so":
> inappropriate object file

Try "make clean; make all" in src/test/regress and watch the make output
to see exactly how refint.so is getting built. I suspect your 64-bit
CFLAGS are not getting propagated there for some reason.

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jim Nasby 2006-11-28 01:56:30 Fwd: [NOVICE] Which installer for Postgres on Windows?
Previous Message Brian Wipf 2006-11-28 01:32:35 Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED