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: make check fails on solaris8

2004-08-13 Thread Martin Münstermann
Tom Lane wrote: This seems quite bizarre: ' -INFINiTY ' works but 'infinity' does not? Please try in psql \set VERBOSITY verbose SELECT 'infinity'::float4; and send along the output. It's even a little more bizarre: When I start a fresh psql session, SELECT 'infinity'::

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: make check fails on solaris8

2004-08-13 Thread Martin Münstermann
Tom Lane wrote: So forget my previous proposed patch and try this one: /* skip leading whitespace */ while (*num != '\0' && isspace((unsigned char) *num)) num++; errno = 0; val = strtod(num, &endptr); + if (endptr != num && endptr[-1] == 0) +

[BUGS] 8.0.0beta1: make check fails on solaris8

2004-08-10 Thread Martin Münstermann
System Configuration - Architecture (example: Intel Pentium) : sun4u sparc SUNW,Ultra-250 Operating System (example: Linux 2.4.18) : Solaris8 (SunOS myhost 5.8 Generic_108528-29 ) PostgreSQL version (example: PostgreSQL-8.0): PostgreSQL-8.0.0 (beta1) C

[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)