Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED - Mailing list pgsql-ports

From Brian Wipf
Subject Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED
Date
Msg-id B7E9F6B0-5095-419B-8276-3EEBE2564565@clickspace.com
Whole thread Raw
In response to Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED
Next
From: Jim Nasby
Date:
Subject: Fwd: [NOVICE] Which installer for Postgres on Windows?