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

Поиск
Список
Период
Сортировка
От David Trusty
Тема Porting problem (and fix) for Solaris 8 intel, gnu compiler
Дата
Msg-id 3A5521CE.6D8C3415@home.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Pete Forman
Дата:
Сообщение: Re: Re: Cygwin PostgreSQL postmaster abort problem
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: (Cygwin) postmaster shutdown problem