Re: [BUGS] 8.0.0beta1: -lpthread missing

2004-08-13 Thread Martin Münstermann
Hello! Bruce Momjian wrote: Robert Treat wrote: `pthread_once' ../../../src/interfaces/libpq/libpq.so: undefined reference to `pthread_key_create' ../../../src/interfaces/libpq/libpq.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status Please describe a way to repea

Re: [BUGS] 8.0.0beta1: -lpthread missing

2004-08-13 Thread Martin Münstermann
Bruce Momjian wrote: OK, I have some more information. Basically, the config/acx_pthread.m4 manual page (http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.h= tml) says: =09 NOTE: You are assumed to not only compile your program with these flags, but also link it with them

Re: [BUGS] 8.0.0beta1: -lpthread missing

2004-08-11 Thread Bruce Momjian
OK, I have some more information. Basically, the config/acx_pthread.m4 manual page (http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.html) says: NOTE: You are assumed to not only compile your program with these flags, but also link it with them as well. e.g. you

Re: [BUGS] 8.0.0beta1: -lpthread missing

2004-08-10 Thread Bruce Momjian
Robert Treat wrote: > > `pthread_once' > > ../../../src/interfaces/libpq/libpq.so: undefined reference to > > `pthread_key_create' > > ../../../src/interfaces/libpq/libpq.so: undefined reference to > > `pthread_setspecific' > > collect2: ld returned 1 exit status > > > > > > > > Please describe a w

Re: [BUGS] 8.0.0beta1: -lpthread missing

2004-08-10 Thread Bruce Momjian
In fact, backup in the output and look at the flags used to build libpq. Are they correct? If they are, you shouldn't need any additional flags when building initdb because initdb doesn't call any threaded functions, _except_ if you have that limitation that a libpq using threads requries a threa

Re: [BUGS] 8.0.0beta1: -lpthread missing

2004-08-10 Thread Robert Treat
On Tuesday 10 August 2004 05:14, Martin Münstermann wrote: > System Configuration > - >Architecture (example: Intel Pentium) : Intel Pentium > >Operating System (example: Linux 2.4.18) : Linux 2.4.21-grsec > (Debian) > >PostgreSQL version (example: Postg

[BUGS] 8.0.0beta1: -lpthread missing

2004-08-10 Thread Martin Münstermann
System Configuration - Architecture (example: Intel Pentium) : Intel Pentium Operating System (example: Linux 2.4.18) : Linux 2.4.21-grsec (Debian) PostgreSQL version (example: PostgreSQL-8.0): PostgreSQL-8.0.0-beta1 Compiler used (example: gcc 2.95.2)