Re: threads stuff/UnixWare - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: threads stuff/UnixWare
Date
Msg-id AA4BFFA0635A425737F32544@lerlaptop.lerctr.org
Whole thread Raw
In response to Re: threads stuff/UnixWare  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: threads stuff/UnixWare  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

--On Wednesday, May 12, 2004 12:58:58 -0400 Tom Lane <tgl@sss.pgh.pa.us> 
wrote:

> Larry Rosenman <ler@lerctr.org> writes:
>> At the risk of getting my butt kicked again, is there any way we can
>> talk about how to deal with threads on UnixWare and the libpq stuff?
>
> In what way does the current thread stuff not work for you?
>
>             regards, tom lane
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
UX:ld: ERROR: Symbol referencing errors. No output written to initdb
gmake[3]: *** [initdb] Error 1
gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql-server/src/bin/initdb'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/ler/pg-dev/pgsql-server/src/bin'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql-server/src'
gmake: *** [all] Error 2
$


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: threads stuff/UnixWare
Next
From: "Marc G. Fournier"
Date:
Subject: Re: threads stuff/UnixWare