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

Поиск
Список
Период
Сортировка
От Brian Wipf
Тема Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED
Дата
Msg-id B7E9F6B0-5095-419B-8276-3EEBE2564565@clickspace.com
обсуждение исходный текст
Ответ на Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5 SOLVED
Следующее
От: Jim Nasby
Дата:
Сообщение: Fwd: [NOVICE] Which installer for Postgres on Windows?