Re: [HACKERS] threads stuff/UnixWare

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] threads stuff/UnixWare
Дата
Msg-id 200405132352.i4DNqua24111@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] threads stuff/UnixWare  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-patches
\Larry Rosenman wrote:
> > This is required because once you link with a library that uses threads,
> > all references to that library have to use thread flags.
>
>
> I manually added that patch, and re-did configure, et al from a gmake
> maintainer-clean, and we still die at initdb:
>
> 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

OK, we need to see -Kpthread in that compile line.  Would you look at
Makefile.global at where I add the thread flags to see why isn't
working.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] threads stuff/UnixWare
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: [HACKERS] threads stuff/UnixWare