Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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.


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group