From: | Laurens Wagemakers <l(dot)wagemakers(at)truston(dot)com> |
---|---|
To: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: GNUmakefile size 0 |
Date: | 2004-05-13 15:15:16 |
Message-ID: | DB1B4FC9815DD411A01D00B0D03D7907012F938B@nlnt16.truston.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
#ifdef __STDC__
extern int accept(int, struct sockaddr *, Psocklen_t);
#else /* __STDC__ */
extern int accept();
Regards,
Laurens
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Thursday, May 13, 2004 4:43 PM
To: Laurens Wagemakers
Cc: 'pgsql-admin(at)postgresql(dot)org'
Subject: Re: [ADMIN] GNUmakefile size 0
Laurens Wagemakers <l(dot)wagemakers(at)truston(dot)com> writes:
> So know I'm compiling 7.1.3 on Solaris as stated in my other mail however
> when I run ./configure I get:
> Checking types of arguments for accept()...
> configure: error: could not > determine argument types)
Hmph. AFAICS we haven't changed that configure test since 7.1; so given
the lack of complaints, I'd expect it to work. How exactly do your
system headers define accept(), anyway?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-05-13 15:19:11 | Re: GNUmakefile size 0 |
Previous Message | CHRIS HOOVER | 2004-05-13 15:05:00 | Re: Help with foreign key creation problem |