follow-up to previous build problem for 8.0.0beta5 on SPARC - Mailing list pgsql-hackers

From Kenneth Marshall
Subject follow-up to previous build problem for 8.0.0beta5 on SPARC
Date
Msg-id 20041125002352.GA22748@it.is.rice.edu
Whole thread Raw
List pgsql-hackers
The failure that I posted earlier for 8.0.0beta5 on Solaris 8/SPARC
with gcc-3.4.0 and -O3 can be worked around by disabling the interblock
scheduling. I used the following gcc options and 8.0.0beta5 built fine
on the SPARC Solaris 8 machine:

gcc -O3 -fno-sched-interblock ...

The Redhat 9 and Redhat Enterprise Linux worked with a plan -O3.
Note, all the previous 7.4.x versions built using a plain -O3 too
on SPARC/Solaris 8.

Ken Marshall


pgsql-hackers by date:

Previous
From: "Gavin M. Roy"
Date:
Subject: Re: Beta5 now Available
Next
From: Neil Conway
Date:
Subject: Re: lwlocks and starvation