Re: [ADMIN] Postgresql RH5 source RPM - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: [ADMIN] Postgresql RH5 source RPM
Date
Msg-id 199806140014.UAA25917@candle.pha.pa.us
Whole thread Raw
In response to Postgresql RH5 source RPM  (benefits@cybertechs.com)
List 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 by date:

Previous
From: benefits@cybertechs.com
Date:
Subject: Postgresql RH5 source RPM
Next
From: Andreas Hauck
Date:
Subject: libpq++ question