[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_FUNC_FSEEKO fails on HP-UX/PA-RISC
From: |
Noah Misch |
Subject: |
Re: AC_FUNC_FSEEKO fails on HP-UX/PA-RISC |
Date: |
Sat, 7 Jul 2007 10:29:36 -0700 |
User-agent: |
Mutt/1.5.9i |
On Fri, Jul 06, 2007 at 06:44:56PM -0500, Bob Friesenhahn wrote:
> On Fri, 6 Jul 2007, Noah Misch wrote:
>
> >On Fri, Jul 06, 2007 at 03:33:51PM -0500, Bob Friesenhahn wrote:
> >>On HP-UX/PA-RISC machines, it is necessary to define _LARGEFILE_SOURCE
> >>in order to expose the prototypes for fseeko() and lseeko(). For some
> >>reason, AC_FUNC_FSEEKO decides that this is not necessary.
> >
> >Please post your compressed `config.log'. Thanks.
>
> Attached. It seems that AC_FUNC_FSEEKO is not completely broken on
> this system since I observed it to work for an older version of the
> same package, but building in the source tree and with simpler
> configure options.
This is fixed in Autoconf 2.61a. I cannot explain offhand why an older version
of the package worked. Thanks for the report.