Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-24 Thread Martin Münstermann
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

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-19 Thread Bruce Momjian
Martin Münstermann 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

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-18 Thread Martin Münstermann
Bruce Momjian wrote: OK, I found the cause. I forgot to run autoconf after the config/acx_pthread.m4 updated. I just did so. Please retest. Thanks. Ok, I did an cvs update and rerun configure. Now it gives me an error: [...] checking whether pthreads work with -pthread... no checking whether

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-18 Thread Martin Münstermann
Bruce Momjian wrote: -- We need -lpthread on solaris, too. So the current CVS code is good? No. At least not for solaris8. configure says: checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... yes checking for joinable pthread attribute...

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-17 Thread Bruce Momjian
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

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-16 Thread Bruce Momjian
Martin Münstermann wrote: Bruce Momjian wrote: -- We need -lpthread on solaris, too. So the current CVS code is good? No. At least not for solaris8. configure says: checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... yes checking

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-13 Thread Bruce Momjian
Martin Münstermann wrote: Hi! Martin M?nstermann wrote: OK, we now have thread compile failure reports on Debian and Slackware. The config/acx_pthread.m4 script basically tests these: acx_pthread_flags=3Dpthreads none -Kthread -kthread lthread -pthread -pthreads

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-13 Thread Martin Münstermann
OK, we now have thread compile failure reports on Debian and Slackware. The config/acx_pthread.m4 script basically tests these: acx_pthread_flags=3Dpthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config =09 in that

Re: [PATCHES] [BUGS] 8.0.0beta1: -lpthread missing

2004-08-12 Thread Bruce Momjian
OK, we now have thread compile failure reports on Debian and Slackware. The config/acx_pthread.m4 script basically tests these: acx_pthread_flags=pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config in