autoconf
[Top][All Lists]
Advanced

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

Re: Library that needs large file support


From: Jeff Sheinberg
Subject: Re: Library that needs large file support
Date: Sun, 21 Dec 2003 16:32:48 -0500

Paul Eggert writes:
 > Florian Weimer <address@hidden> writes:
 > 
 > > I'm writing a library that will require large-file support on 32-bit GNU
                                                                   ^^^^^^^^^^
 > > platforms (so that off_t and ino_t are 64 bits wide, otherwise data
 > > structure layout would change).  What is the canonical way to enforce
 > > this?
 > 
 > AC_SYS_LARGEFILE

What about largefile support on a non-GNU system?

Posix uses various "getconf" calls for compilation flags, library
flags, and linking flags.  The values returned from the various
"getconf" calls are typically command substituted into the program
build invocations in the Makefile.

I grep-ed all of the installed autoconf files (Debian autoconf
2.57-11) for "getconf", with no matches found.

-- 
Jeff Sheinberg





reply via email to

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