Re: [ADMIN] Postgresql RH5 source RPM

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [ADMIN] Postgresql RH5 source RPM
Дата
Msg-id 199806140014.UAA25917@candle.pha.pa.us
обсуждение исходный текст
Ответ на Postgresql RH5 source RPM  (benefits@cybertechs.com)
Список pgsql-admin
>
> Anyone have any idea why the following happened when I tried to build
> a binary RPM from the Postgresql source RPM using gcc 2.8.1:
>
> ***Everything before pathnode.o compiles***
>
> gcc -I../../../include -I../../../backend     -Wall
> -Wmissing-prototypes -O2 -march=pentium -fno-strength-reduce -I../..
> -c pathnode.c -o pathnode.o gcc: Internal compiler error: program cc1
> got fatal signal 6 make[3]: *** [pathnode.o] Error 1
>

Try defining:

    USE_UNIVEL_CC

This disables a macro in access/heapam.h.  Let me know if that fixes it.

If not, it is some compiler error.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: benefits@cybertechs.com
Дата:
Сообщение: Postgresql RH5 source RPM
Следующее
От: Andreas Hauck
Дата:
Сообщение: libpq++ question