"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