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

From Larry Rosenman
Subject Re: threads stuff/UnixWare
Date
Msg-id 553D372A6D5CC93A41B0DE8F@lerlaptop.lerctr.org
Whole thread Raw
In response to Re: threads stuff/UnixWare  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: threads stuff/UnixWare  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers

--On Thursday, May 13, 2004 11:44:59 -0400 Bruce Momjian
<pgman@candle.pha.pa.us> wrote:

> Larry Rosenman wrote:
> -- Start of PGP signed section.
>>
>>
>> --On Thursday, May 13, 2004 10:05:22 -0400 Bruce Momjian
>> <pgman@candle.pha.pa.us> wrote:
>>
>>
>> > Basically, as things set right now in CVS, Unixware is ready to go
>> > because it thread for everything.  We don't have per-template thread
>> > settings anymore because we test all of it in configure.
>>
>> Was a change made to link initdb et al with -Kpthread?  It doesn't seem
>> to be in AnonCVS yet.
>
> Really?  You are configuring with --enable-thread-safety?  I just
> updated your template in CVS, and it is attached.  However, any old CVS
> should work fine.
Nope, initdb is where we still die:

cc -O -Kinline initdb.o exec.o -L../../../src/interfaces/libpq -lpq
-L../../../src/port -L/usr/local/lib -Wl,-R/usr/local/pgsql/lib -lz
-lreadline -ltermcap -lresolv -lgen -lld -lsocket -lnsl -ldl -lm  -lpgport
-o initdb
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: Bruce Momjian
Date:
Subject: Re: threads stuff/UnixWare
Next
From: Bruce Momjian
Date:
Subject: Re: threads stuff/UnixWare