Re: Solaris SPARC - Sun compiler 5.5 - 64 bit - Mailing list pgsql-ports

From Tom Lane
Subject Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Date
Msg-id 17445.1122647839@sss.pgh.pa.us
Whole thread Raw
In response to Re: Solaris SPARC - Sun compiler 5.5 - 64 bit  ("Clark, Andrew" <Andrew.Clark@fnf.com>)
List pgsql-ports
"Clark, Andrew" <Andrew.Clark@fnf.com> writes:
> I'm using PostgreSQL 8.0.2 on Solaris 8.

Is configure using the solaris template, or the sunos4 one?
If the former, does changing
  CFLAGS="-v"            # -v is like gcc -Wall
to
  CFLAGS="-v -DSUNOS4_CC"    # -v is like gcc -Wall
fix it?  (Note you need to re-configure to make template changes
have any effect.)

            regards, tom lane

pgsql-ports by date:

Previous
From: "Clark, Andrew"
Date:
Subject: Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Next
From: "Clark, Andrew"
Date:
Subject: Re: Solaris SPARC - Sun compiler 5.5 - 64 bit