| From: | gleykam(at)web(dot)de |
|---|---|
| To: | pgsql-ports(at)postgresql(dot)org |
| Subject: | IRIX thread-safety problems |
| Date: | 2005-08-16 15:12:35 |
| Message-ID: | 1856821857@web.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
Hi,
trying to compile a thread-safe version of PostgreSQL 8.0.3 on IRIX 6.5 with standard C compiler cc there were errors running configure.
Viewing the config.log file, the test program is tried to be linked with "-lpthreads". There is no such library on my system.
Using the configure option LIBS="-lpthread" everything is OK and the binaries are created.
In the end 3 of 96 regression tests failed (float4, float8, geometry), but in my optionion these have nothing to do with threads?
Bye
G. Leykam
_________________________________________________________________________
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-08-19 13:28:13 | Re: IRIX thread-safety problems |
| Previous Message | Logan O'Sullivan Bruns | 2005-08-08 22:29:08 | Re: PostgreSQL 8.0.3, AIX 5.1, getaddrinfo, AI_NUMERICHOST |