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 15:17:13
Message-ID: 200412071617.13200.ftm.van.vugt@foxi.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

> What do you show for PTHREAD_* in Makefile.global?

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

> Is this another platform where the library doesn't remember dependencies
> used when it was built? It is Linux so I wouldn't think so.

Yeah, early in the beta-cycle builds on my Slackware v9.1 server showed
symptoms like this, but these were already handled a while ago. This comes up
just now since I started to use RC1 on my development workstation, which runs
SuSE (v9.0 for that matter, will be able to try v9.1 in a couple of hours and
v9.2 tomorrow, it you'd like).

--
Best,

Frank.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message RobertD.Stewart 2004-12-07 15:27:05 postgresql and javascript
Previous Message marcelo Cortez 2004-12-07 15:01:59 vacuum problem?

Browse pgsql-patches by date

  From Date Subject
Next Message Zeugswetter Andreas DAZ SD 2004-12-07 16:30:18 Re: V8 Beta 5 on AIX
Previous Message Bruce Momjian 2004-12-07 14:29:34 Re: RC1, missing -lpthread when building with --disable-shared