Re: compiling postgres with Visual Age compiler on OpenPower5 / Linux

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DAZ SD
Тема Re: compiling postgres with Visual Age compiler on OpenPower5 / Linux
Дата
Msg-id E1539E0ED7043848906A8FF995BDA5790C517C@m0143.s-mxs.net
обсуждение исходный текст
Ответ на compiling postgres with Visual Age compiler on OpenPower5 / Linux  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
> I have not researched any deeper,but  currently it fails with
>
> .[hannu@power postgresql-8.0.3]$
> CC=/opt/ibmcmp/vac/7.0/bin/xlc ./configure
> ..A..
> checking for int timezone... yes
> checking types of arguments for accept()... configure: error:
> could not determine argument types

The odds are very high, that it rather depends on the system header file version,
or the order of inclusion (e.g. stdio.h before config.h).
Would need to see the snippet of configure output though.
IIRC there was a fix for this or a similar case, has this been reverted ?

Andreas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: pg_buffercache causes assertion failure
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: compiling postgres with Visual Age compiler on