Re: Compiling on HP-UX 10.20 fails - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Compiling on HP-UX 10.20 fails
Date
Msg-id 24393.1226814098@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compiling on HP-UX 10.20 fails  (Andrew Chernow <ac@esilo.com>)
Responses Re: Compiling on HP-UX 10.20 fails
List pgsql-hackers
Andrew Chernow <ac@esilo.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


pgsql-hackers by date:

Previous
From: Andrew Chernow
Date:
Subject: Re: Compiling on HP-UX 10.20 fails
Next
From: "Oleg Serov"
Date:
Subject: Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;