From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Martin Münstermann <mmuenstermann(at)betrusted(dot)com> |
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 16:35:36 |
Message-ID: | 200408191635.i7JGZaT13179@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches pgsql-www |
Martin Mnstermann wrote:
> 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'".
Yep, same here. I am hoping we come up with a cleaner solution someday. :-)
But I am thrilled to have this threading all automated now.
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Frank van Vugt | 2004-08-19 19:38:55 | vacuumlo fails in the presence of a index on expression - demo sql included |
Previous Message | Martin Münstermann | 2004-08-19 07:44:43 | Re: [BUGS] 8.0.0beta1: -lpthread missing |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-08-19 17:04:17 | Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf |
Previous Message | Richard van den Berg | 2004-08-19 13:32:32 | Added schema selection to pg_restore |
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim GUNDUZ | 2004-08-23 09:04:07 | News for new releases |
Previous Message | Martin Münstermann | 2004-08-19 07:44:43 | Re: [BUGS] 8.0.0beta1: -lpthread missing |