Seems to be, which is why I originally asked about configure switches,
but it seems like just
--enable-thread-safety ought to be enough.
-----Original Message-----
From: Jim Seymour [mailto:jseymour@linxnet.com]
Sent: Tuesday, June 15, 2004 5:41 PM
To: pgsql-general@postgresql.org
Subject: Re: [GENERAL] building 7.4.3 on Solaris 9/Intel
"David Parker" <dparker@tazznetworks.com> wrote:
>
> Thanks for the response. Yup, I'm sure it's 7.4.3.
>
> From the config.log, it looks like the check for getpwuid_r test
> program uses -D_POSIX_PTHREAD_SEMANTICS, which turns on the POSIX
> version of the call, but the check for "fifth argument" test compile
> doesn't include this define, so it fails, and the GETPWUID_R_5ARG
doesn't get set:
[snip]
So it's actually a configure problem.
Jim
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend