Re: [ADMIN] Postgresql RH5 source RPM

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: benefits(at)cybertechs(dot)com
Cc: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] Postgresql RH5 source RPM
Date: 1998-06-14 00:14:23
Message-ID: 199806140014.UAA25917@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message info 1998-06-14 16:33:24 Autoresponder-Family Tree Chart
Previous Message benefits 1998-06-13 18:10:25 Postgresql RH5 source RPM