v6.5 build change for SunOS 5.6

From: Carleton DeTar <detar(at)physics(dot)utah(dot)edu>
To: pgsql-ports(at)postgresql(dot)org
Subject: v6.5 build change for SunOS 5.6
Date: 1999-07-22 20:26:04
Message-ID: 199907222026.OAA15279@dirac.physics.utah.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


version of Postgres: 6.5
OS: SPARC SunOS 5.6
changes required:

gcc compilation failed on src/backend/lib/stringinfo.c because "va_list"
was undefined. This was fixed by adding

#include <stdarg.h>

to the stringinfo.c source before the other includes.

Regards,
Carleton DeTar

Browse pgsql-ports by date

  From Date Subject
Next Message PostgreSQL 1999-07-22 20:35:38 Irix 6.2 and PGSQL 6.5.1
Previous Message Bruce Momjian 1999-07-22 18:30:31 Re: [PORTS] RedHat6.0 & Alpha