follow-up to previous build problem for 8.0.0beta5 on SPARC

From: Kenneth Marshall <ktm(at)it(dot)is(dot)rice(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: follow-up to previous build problem for 8.0.0beta5 on SPARC
Date: 2004-11-25 00:23:55
Message-ID: 20041125002352.GA22748@it.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean Chittenden 2004-11-25 01:06:11 plpgsql lacks generic identifier for record in triggers...
Previous Message Thomas Hallgren 2004-11-24 23:16:45 Intermittent bug