bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS trunk testing results


From: Larry Jones
Subject: Re: CVS trunk testing results
Date: Wed, 10 Dec 2003 13:34:55 -0500 (EST)

Mark D. Baushke writes:
> 
> I wrote replacement functions for both ftello and fseeko in the lib
> directory. I ended up adding ftello and fseeko into an AC_REPLACE_FUNCS
> instead of using the AC_FUNC_FSEEKO macro when I couldn't get the latter
> to do the right thing in the lib/Makefile.in file.

That's the problem.  On HP-UX, you have to #define _LARGEFILE_SOURCE to
make the fseeko/ftello prototypes visible and to correctly map them to
either the 32 or 64 bit library functions.  AC_FUNC_FSEEKO does that,
AC_REPLACE_FUNCS does not.

-Larry Jones

Just when I thought this junk was beginning to make sense. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]