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: 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:54:07
Message-ID: Pine.UW2.4.58.0403191353490.13470@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, 19 Mar 2004, Bruce Momjian wrote:

> 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.
>
>
they need to be passed to BOTH compiles and Links.

--
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-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-03-20 15:44:32 Re: [HACKERS] 7.4.2 Build broken on (Sparc) Solaris 7 and 8
Previous Message Bruce Momjian 2004-03-19 19:53:26 Re: [HACKERS] UnixWare/CVS Tip/initdb.c needs to use