Re: [BUGS] 8.0.0beta1: -lpthread missing

From: Martin Münstermann <mmuenstermann(at)betrusted(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [BUGS] 8.0.0beta1: -lpthread missing
Date: 2004-08-19 07:44:43
Message-ID: 41245A6B.3010705@betrusted.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches pgsql-www

Bruce Momjian wrote:
> OK, I got it working now. Seems the code needed more help to loop than
> I though, and of course trying to change it as little as possible caused
> me to miss that.
>
> The attached, applied patch properly aggregates the thread flags. The
> bad news is that on my platform that needs _no_ thread flags or
> libraries I have:
>
> PTHREAD_CFLAGS =3D -Kthread -kthread -pthread -pthreads
> -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS
> PTHREAD_LIBS =3D
>
> I assume those are just ignored for portability so I assume we are OK.

Current CVS is working for Solaris, too.
Compiles and libthread.so is used at runtime. :-)

PTHREAD_CFLAGS = -pthreads -Kthread -kthread -pthread
-pthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS
PTHREAD_LIBS = -lpthread -lpthread

The -Kthread -kthread is not needed here, but is included because gcc
3.2 does not treat them as error, but just dumps out "gcc: unrecognized
option `-kthread'".

Regards,
Martin

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-08-19 16:35:36 Re: [BUGS] 8.0.0beta1: -lpthread missing
Previous Message Fabien COELHO 2004-08-19 07:42:57 Re: BUG #1222: database owner should have implicit control

Browse pgsql-patches by date

  From Date Subject
Next Message Andreas Pflug 2004-08-19 10:02:52 Re: PGPASSWORD and client tools
Previous Message Andrej Czapszys 2004-08-19 04:18:28 Re: PGPASSWORD and client tools

Browse pgsql-www by date

  From Date Subject
Next Message Bruce Momjian 2004-08-19 16:35:36 Re: [BUGS] 8.0.0beta1: -lpthread missing
Previous Message Marc G. Fournier 2004-08-17 21:29:14 archive updates