Re: RC1, missing -lpthread when building with --disable-shared on i686

From: Frank van Vugt <ftm(dot)van(dot)vugt(at)foxi(dot)nl>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: RC1, missing -lpthread when building with --disable-shared on i686
Date: 2004-12-07 20:58:23
Message-ID: 200412072158.23395.ftm.van.vugt@foxi.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

I just confirmed that the same goes for:

Linux 2.6.5-7.111.5-default, i686 i686 i386 GNU/Linux
(SuSE v9.1)

Makefile.global holds:

PTHREAD_CFLAGS = -pthread -D_REENTRANT -D_THREAD_SAFE
-D_POSIX_PTHREAD_SEMANTICS
PTHREAD_LIBS = -lpthread

Would you like confirmation for v9.2 as well?

--
Best,

Frank.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Enrique Gonzalo Aranda Rayas 2004-12-07 21:07:34 TROUBLE
Previous Message Együd Csaba 2004-12-07 20:10:59 Sheduler in Postgres

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-12-07 22:17:12 Re: 8.0.0beta5 FailedAssertion (Crash) when casting composite types
Previous Message hyip 2004-12-07 20:56:35 Optional REFERENCES Feature in CREATE TRIGGER Command