Trying to build,
Get undefined reference to `sh_xfree' In function `write_helpfiles'.
Anyone run into this... was it a mistake to try for separate help
files?
Also get a warning out of
gen-helpfiles.c:
gen-helpfiles.c: In function ‘main’:
gen-helpfiles.c:122:3: warning: call to function ‘write_helpfiles’ without a
real prototype [-Wunprototyped-calls]
write_helpfiles(shell_builtins);
^
gen-helpfiles.c:93:5: note: ‘write_helpfiles’ was declared here
int write_helpfiles ();
Anyone run into this ...
have tried w+w/o bash-malloc as well as static & non static
builds.
Also of note, a parallel make often fails ...
Should I assume that the bash-make isn't multi-process safe? Or
is that unintentional?
(dies with:
variables.c:64:31: fatal error: builtins/builtext.h: No such file or directory
#include "builtins/builtext.h"
)