Re: threads stuff/UnixWare

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: threads stuff/UnixWare
Date: 2004-05-12 17:18:35
Message-ID: 26507.1084382315@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman <ler(at)lerctr(dot)org> writes:
> --On Wednesday, May 12, 2004 12:58:58 -0400 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
>> In what way does the current thread stuff not work for you?

> In the initdb compile:

> Undefined first referenced
> symbol in file
> pthread_mutex_unlock libpq.so
> pthread_getspecific libpq.so
> pthread_mutex_lock libpq.so
> pthread_key_create libpq.so
> pthread_once libpq.so
> pthread_setspecific libpq.so

Hmm. And that means what? Does Unixware not have these functions?
Are we just failing to suck in the needed library?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2004-05-12 17:20:26 Re: threads stuff/UnixWare
Previous Message Larry Rosenman 2004-05-12 17:17:59 Re: threads stuff/UnixWare