Re: compiling postgres with Visual Age compiler on

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, Zeugswetter Andreas DAZ SD <ZeugswetterA(at)spardat(dot)at>
Subject: Re: compiling postgres with Visual Age compiler on
Date: 2005-05-30 09:32:37
Message-ID: 1117445558.4849.7.camel@fuji.krosing.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On E, 2005-05-30 at 12:21 +0300, Hannu Krosing wrote:
> On P, 2005-05-29 at 11:26 -0400, Tom Lane wrote:
> > Hannu Krosing <hannu(at)skype(dot)net> writes:
> > > I have not researched any deeper,but currently it fails with
> >
> > > checking types of arguments for accept()... configure: error: could not
> > > determine argument types
> >
> > So look at config.log and see what's going on.
>

it needs this:

extern int accept (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len);

how does one add yet another set of arguments for accept() to
configure ?

--
Hannu Krosing <hannu(at)tm(dot)ee>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2005-05-30 10:01:23 Re: compiling postgres with Visual Age compiler on
Previous Message Peter Eisentraut 2005-05-30 09:26:44 Re: Escape handling in COPY, strings, psql