On 2/12/24 8:58 AM, Valentin Lefebvre via Bug reports for autoconf wrote: > From the log, we can see "checking for gcc option to enable large file > support... -D_FILE_OFFSET_BITS=64". For my understanding, for a 32bits > architecture, Should it be "-D_LARGE_FILES=1" instead ?
I think that _LARGE_FILES is an AIX thing. _FILE_OFFSET_BITS=64 should work for GNU libc (unless Tumbleweed uses something different). I noticed that the tests are using g++. I think that this is a known bug as seen here: https://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS#n194 https://savannah.gnu.org/support/index.php?110983