Re: Solaris SPARC - Sun compiler 5.5 - 64 bit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Clark, Andrew" <Andrew(dot)Clark(at)fnf(dot)com>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, pgsql-ports(at)postgresql(dot)org
Subject: Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Date: 2005-07-29 14:37:19
Message-ID: 17445.1122647839@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Clark, Andrew" <Andrew(dot)Clark(at)fnf(dot)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

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Clark, Andrew 2005-07-29 15:20:04 Re: Solaris SPARC - Sun compiler 5.5 - 64 bit
Previous Message Clark, Andrew 2005-07-29 14:34:37 Re: Solaris SPARC - Sun compiler 5.5 - 64 bit