Nikita Karetnikov <[email protected]> skribis: >> You also need ‘--without-bash-malloc’ (see ‘bash-light’ in bash.scm).
Note that ‘%bash-static’ in make-bootstrap.scm is:
(define %bash-static
(static-package bash-light))
and ‘static-package’, from gnu.scm, adds this:
"--disable-shared" "LDFLAGS=-static"
Does it help?
Ludo’.
