Re: AC_SYS_LARGEFILE

2023-09-18 Thread Sébastien Hinderer
Hello, Many thanks for your response. Paul Eggert (2023/09/11 13:38 -0500): > On 9/11/23 13:23, Russ Allbery wrote: > > I suspect that the aswer to the original question is "don't worry about > > it, just use AC_SYS_LARGEFILE, because no system you will build on will > > need the CC modification

Re: AC_SYS_LARGEFILE

2023-09-18 Thread Sébastien Hinderer
Many thanks for the message below which I found enlighetning. Seb. Russ Allbery (2023/09/11 11:23 -0700): > Nick Bowler writes: > > > Looking at the code, CC is modified only if the -n32 option is needed to > > enable large-file support. The comments suggest this is required on > > IRIX. If la

Re: AC_SYS_LARGEFILE

2023-09-18 Thread Paul Eggert
On 2023-09-18 02:55, Sébastien Hinderer wrote: the project currently has the convention of including system headers before its ocnfiguraiotn headers Ouch. The Autoconf manual explicitly says "The package should ‘#include’ the configuration header file before any other header files"