Porting problem (and fix) for Solaris 8 intel, gnu compiler

From: David Trusty <dtrusty3(at)home(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Porting problem (and fix) for Solaris 8 intel, gnu compiler
Date: 2001-01-05 01:22:22
Message-ID: 3A5521CE.6D8C3415@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi,

I had a problem building the system under Solaris 8.

Here are the specifics:

Version: 7.0.3

OS: Solaris 8 for Intel

Compiler: gnu

Problem desciption: The "varargs" definitions gave compiler
errors.

Fix: I added the following to the file "c.h" in the "include"
subdirectory:

#if defined(sun)
#include <stdarg.h>
#endif

Thanks,

David

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-01-05 19:13:11 (Cygwin) postmaster shutdown problem
Previous Message Jason Tishler 2001-01-04 16:48:38 Re: Re: Cygwin PostgreSQL postmaster abort problem