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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5
Дата
Msg-id 24175.1164660535@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Compiling PostgreSQL 8.1.5 with 64-bit on a G5  (Brian Wipf <brian@clickspace.com>)
Ответы Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5  (Brian Wipf <brian@clickspace.com>)
Список pgsql-ports
Brian Wipf <brian@clickspace.com> writes:
> I'm having difficulty compiling PostgreSQL 8.1.5 with 64-bit
> instructions on a G5 running Mac OS X Server 10.4.8.

Hmm.  This looks a *whole* lot like the problems in this thread:
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00066.php
specifically
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00104.php

So my suggestion is to get rid of that -mcpu=970, and maybe some more of
the -m flags too, until you don't get any definition of "bool" in the
output from
    $ echo >foo.c
    $ gcc -E -dM <<all your other CFLAGS>> foo.c

            regards, tom lane

В списке pgsql-ports по дате отправления:

Предыдущее
От: Brian Wipf
Дата:
Сообщение: Compiling PostgreSQL 8.1.5 with 64-bit on a G5
Следующее
От: Brian Wipf
Дата:
Сообщение: Re: Compiling PostgreSQL 8.1.5 with 64-bit on a G5