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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use
Date: 2004-03-19 19:53:26
Message-ID: 200403191953.i2JJrQi22377@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Larry Rosenman wrote:
> > Yes, his patch ended up adding this to THREAD_LIBS, but
> > template/unixware has:
> >
> > For gcc:
> >
> > THREAD_CPPFLAGS="-pthread"
> >
> > and for non-gcc:
> >
> > THREAD_CPPFLAGS="-K pthread"
> >
> > Larry, are these wrong?

> Nope, those work, and should be passed to any libpq-using programs
> link step if --enable-thread-safety is used.

But they currently CPPFLAGS. They should be lib flags.

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Larry Rosenman 2004-03-19 19:54:07 Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use
Previous Message Larry Rosenman 2004-03-19 19:48:54 Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use