On 4/25/04 11:06 PM, "Bruce Momjian" <[EMAIL PROTECTED]> wrote:
> OK, CVS is ready. I unconditionally defined:
>
> -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS
>
> for all ports. It can't hurt if they are not supported, but it makes
> our job easier for porting. It allowed me
Hi,
I want to install postgresql in /usr/local/pgsql except libraries are in
/usr/local/pgsql/lib/LIB_new.
Is it ok the following configure options?
$ ./configure --prefix=/usr/local/pgsql --libdir=/usr/local/pgsql/lib/LIB_new
Thanks,
raj.
--- Original message ---
From: Al
> What we really want is for the configure script to _add_ to the existing
> options, and I thought that's what it did. Another bad thing it does is
> if it the supplied port options don't work, it erases them and tries it
> own.
>
> Now, the fact that the configure thread test program worked and
Wes Palmer wrote:
> > OK, I just did some major wacking of the thread stuff and tried it on
> > FreeBSD 4.9. It failed because getpwuid() isn't thread-safe on that
> > platform, and there isn't a getpwuid_r() function, but it did pick up
> > -pthread as a valid option.
> >
> > Please test CVS HEA
On 4/25/04 4:21 PM, "Bruce Momjian" <[EMAIL PROTECTED]> wrote:
> OK, I just did some major wacking of the thread stuff and tried it on
> FreeBSD 4.9. It failed because getpwuid() isn't thread-safe on that
> platform, and there isn't a getpwuid_r() function, but it did pick up
> -pthread as a vali