Installation failure for Solaris 8 Intel

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Installation failure for Solaris 8 Intel
Date: 2001-01-05 02:19:57
Message-ID: 200101050219.f052Jvt82880@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

David Trusty (dtrusty3(at)home(dot)com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Installation failure for Solaris 8 Intel

Long Description
Version 7.0.3 fails to build properly under Solaris 8 (intel
platform). There are compile errors related to the "varargs"
definitions.

Here are the specifics:

Version: 7.0.3

OS: Solaris 8 for Intel

Compiler: gnu

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

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

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-01-05 02:32:38 Re: Installation failure for Solaris 8 Intel
Previous Message bart sikkes 2001-01-04 21:46:01 postgresql on vax?