bug-bash
[Top][All Lists]
Advanced

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

Re: bash-2.05b build failure on HP/UX


From: Steven G. Johnson
Subject: Re: bash-2.05b build failure on HP/UX
Date: Thu, 5 Feb 2004 19:04:49 -0500 (EST)

More build failures on the same machine, apparently due to quirks of the C
compiler:

1) in lib/malloc/malloc.c, function internal_free, it doesn't like the
free_return: label being immediately followed by the } function end (since
all the #ifdef's are false).  Workaround: put an empty statement ";"
immediately before the function end.

2) in lib/malloc/malloc.c, function memalign (line 1211), it complains
because the argument types do not match those in stdlib.h...in particular,
it wants the "alignment" argument to be size_t, not unsigned int.

With these fixes, plus the one in my previous email, bash compiles and
seems to run okay.




reply via email to

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