[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU Autoconf 2.72] testsuite: 420 421 422 failed
From: |
Collin Funk |
Subject: |
Re: [GNU Autoconf 2.72] testsuite: 420 421 422 failed |
Date: |
Mon, 12 Feb 2024 22:02:56 -0800 |
User-agent: |
Mozilla Thunderbird |
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