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=
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
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