Re: IRIX thread-safety problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: IRIX thread-safety problems
Дата
Msg-id 200508191328.j7JDSDF28189@candle.pha.pa.us
обсуждение исходный текст
Ответ на IRIX thread-safety problems  (gleykam@web.de)
Список pgsql-ports
gleykam@web.de wrote:
>
> 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.

Strange.  config.log tests all possible flags and uses only those that
actually compile safely.  Can you send me that file offlist.

>
> 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?

Irix doesn't get tons of testing.  Try without threads and see if you
still get those, and email us the diffs from regression.diff.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-ports по дате отправления:

Предыдущее
От: gleykam@web.de
Дата:
Сообщение: IRIX thread-safety problems
Следующее
От: Martin Pitt
Дата:
Сообщение: Re: gcc 4.0 build failures on m68k, mips, and mipsel