bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash-4.3-rc1 -- undefined reference to `sh_xfree'


From: Linda Walsh
Subject: Re: Bash-4.3-rc1 -- undefined reference to `sh_xfree'
Date: Fri, 24 Jan 2014 13:16:08 -0800
User-agent: Thunderbird

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"
)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]