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

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use
Date: 2004-03-19 15:57:30
Message-ID: 103570000.1079711850@lerlaptop-red.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

--On Friday, March 19, 2004 10:55:53 -0500 Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:

> 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?
>
GCC too, as it uses the native libraries. I am NOT familiar enough with
the other platforms to answer the question.

LER

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

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Denis Khabas 2004-03-19 16:07:15 Bad timestamp external representation
Previous Message Bruce Momjian 2004-03-19 15:55:53 Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use threads

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Treat 2004-03-19 16:19:05 Re: FAQ updates
Previous Message Bruce Momjian 2004-03-19 15:56:25 Re: FAQ updates