Re: Compiling on HP-UX 10.20 fails

From: Andrew Chernow <ac(at)esilo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compiling on HP-UX 10.20 fails
Date: 2008-11-16 06:14:49
Message-ID: 491FBA59.4080209@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Chernow <ac(at)esilo(dot)com> writes:
>> That got rid of all warnings. Although, it still fails to compile due
>> to gethostbyname_r:
>> thread.c:141: too many arguments to function `gethostbyname_r'
>
> Hmm, did you override the fact that --enable-thread-safety fails?
>
> I've always assumed that the userland thread support in 10.20 is too
> broken to be worth troubling with.
>
> regards, tom lane
>
>

Aaaahhh ... Apparently GNU Portable Threads
(http://www.gnu.org/software/pth/) was manually installed on this box,
so --enable-thread-safety worked fine for me.

--
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Serov 2008-11-16 09:59:49 Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;
Previous Message Fujii Masao 2008-11-16 06:08:04 Re: Signal handling patch (v2) for Synch Rep