Re: compiling postgres with Visual Age compiler on OpenPower5 / Linux - Mailing list pgsql-hackers

From Zeugswetter Andreas DAZ SD
Subject Re: compiling postgres with Visual Age compiler on OpenPower5 / Linux
Date
Msg-id E1539E0ED7043848906A8FF995BDA5790C517C@m0143.s-mxs.net
Whole thread Raw
In response to compiling postgres with Visual Age compiler on OpenPower5 / Linux  (Hannu Krosing <hannu@skype.net>)
List 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 by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: pg_buffercache causes assertion failure
Next
From: Hannu Krosing
Date:
Subject: Re: compiling postgres with Visual Age compiler on