Porting problem (and fix) for Solaris 8 intel, gnu compiler - Mailing list pgsql-ports

From David Trusty
Subject Porting problem (and fix) for Solaris 8 intel, gnu compiler
Date
Msg-id 3A5521CE.6D8C3415@home.com
Whole thread Raw
List 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



pgsql-ports by date:

Previous
From: Pete Forman
Date:
Subject: Re: Re: Cygwin PostgreSQL postmaster abort problem
Next
From: Jason Tishler
Date:
Subject: Re: (Cygwin) postmaster shutdown problem