Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use threads

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use threads
Дата
Msg-id 200403191555.i2JFtre23253@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-patches
Larry Rosenman wrote:
> > I'll ask the compiler guys, but I suspect we're going to have to do it
> > this way.
> >
>  From the Compiler Guys:
>
>  The a.out (not any library) should be linked with -Kpthread (not
> -lpthread).
> This will force libthread to be linked in the right order relative to
> libc, libC, networking libraries, etc.
>
> In other words, the entire application either is or is not linked with
> threads; it's not a property of an individual library.
>
>
> SO, IF we are using the threads flags, we need to use them on ALL
> libpq-using programs, ours or the users.
>
> Not surprising.

Is this problem with just the native compiler, or gcc too?  Are enough
other platforms going to have this problem or do I make a
platform-specific hack for this?

--
  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FAQ updates
Следующее
От: Robert Treat
Дата:
Сообщение: Re: FAQ updates