Re: [PATCH] bash-5.3-rc1 FTBFS when cross compiling with gcc-15

2025-05-22 Thread Chet Ramey
On 5/21/25 5:02 PM, Bruce Dubbs wrote: In linuxfromscratch we do a preliminary build of bash in order to run it later in a chroot environment without any dependencies from the host system: ./configure --prefix=/usr   \     --build=x86_64-pc-linux-gnu \     --host=

Re: [PATCH] bash-5.3-rc1 FTBFS when cross compiling with gcc-15

2025-05-22 Thread Chet Ramey
On 5/22/25 12:48 AM, Oğuz wrote: On Thursday, May 22, 2025, Bruce Dubbs wrote: with cstd-23 'bool' is a keyword This is something the configure script should check. Otherwise why have one? When you are cross-compiling, config.h is for the target system, not the build system. You need a cons

Re: [PATCH] bash-5.3-rc1 FTBFS when cross compiling with gcc-15

2025-05-21 Thread Oğuz
On Thursday, May 22, 2025, Bruce Dubbs wrote: > with cstd-23 'bool' is a keyword This is something the configure script should check. Otherwise why have one? -- Oğuz