Re: [HACKERS] threads stuff/UnixWare

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] threads stuff/UnixWare
Date: 2004-05-14 00:06:32
Message-ID: 041347EB4D5EF622F16646BC@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

--On Thursday, May 13, 2004 20:03:24 -0400 Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:

> Tom Lane wrote:
>> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> > So we just add the thing in the template file? Yea, I can do that. I
>> > did it there because Win32 already had something for libs. Does the
>> > template file get included in Makefile.global? I didn't think so.
>>
>> Not the template, the port-specific makefile.
>
> Oh, I forgot about those. Done.

I did this patch, and it works:

$ cvs diff -u Makefile.unixware
Index: Makefile.unixware
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/makefiles/Makefile.unixware,v
retrieving revision 1.17
diff -u -r1.17 Makefile.unixware
--- Makefile.unixware 5 Jan 2003 13:45:47 -0000 1.17
+++ Makefile.unixware 14 May 2004 00:06:07 -0000
@@ -25,6 +25,7 @@
else
SO_FLAGS = -G
endif
+CFLAGS += $(PTHREAD_CFLAGS)

%.so: %.o
$(CC) $(SO_FLAGS) -o $@ $<
$

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Brusser 2004-05-14 00:08:55 Re: database errors
Previous Message Bruce Momjian 2004-05-14 00:03:24 Re: [HACKERS] threads stuff/UnixWare

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-05-14 00:11:45 Re: [HACKERS] threads stuff/UnixWare
Previous Message Bruce Momjian 2004-05-14 00:03:24 Re: [HACKERS] threads stuff/UnixWare