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

From: Brian Wipf <brian(at)clickspace(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 05:16:52
Message-ID: B7E9F6B0-5095-419B-8276-3EEBE2564565@clickspace.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Applied Makefile.darwin patch and recompiled.

Output from make check now:
======================
All 98 tests passed.
======================

> Also, please check
> how file(1) describes refint.so now, and whether it changes after
> re-making with the patch. I get
> refint.so: Mach-O bundle ppc

Before patch:
$ file ./contrib/spi/refint.so
./contrib/spi/refint.so: Mach-O bundle ppc

After patch:
$ file ./contrib/spi/refint.so
./contrib/spi/refint.so: Mach-O 64-bit bundle ppc64

Thanks for all of your help, Tom. It is greatly appreciated.

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2006-11-28 05:56:21 Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED
Previous Message Tom Lane 2006-11-28 02:46:10 Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED