On 2/1/21 5:29 PM, George R Goffe wrote:
Hi,

I just checked out the "latest" bash from the repo at savanna.gnu.org and am 
having build problems.

I have tried --with-gnu-malloc and it's alias and also tried building without 
any malloc parameters in configure without success. Enclosed below is what I'm 
seeing. I have a full build log available if needed.

This looks like you got part of the build compiled with BASH_MALLOC and
part without.

If you compile with the bash malloc enabled, you'll get references to
bash_malloc, but then you need to link with the bash malloc library in
${BUILD_DIR}/lib/malloc.

I'm surprised that you somehow got sh_malloc references in gen-helpfiles,
since that file explicitly undefines all of the names that would get you
using the bash malloc.

My advice is to run `make distclean' and start from scratch with the default build options, then go from there. Your system can't be *that*
much of an oddball.

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to