> 
> 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
[EMAIL PROTECTED]              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

Reply via email to