Greg Wooledge wrote: > On Thu, Nov 19, 2009 at 06:32:49PM +0100, Joachim Schmitz wrote: >> In siglist.c the compiler complained bitterly about having to >> convert the reseult of _() into a char * (sometimes comming from >> int, somtimes coming from const char *) My nasty workaround: > > The correct fix for that one is to #include "bashintl.h" in siglist.c. > This bug has been observed on HP-UX also (different symptom), and > Chet's fixed it for bash 4.1.
That indeed fixes it, I don't quite get why I didn't spot this myself, I did find the spot where _() is #defined'd, but apparently didn't conecte the dots. When will bash-4.1 be available? And what about the other issues I mentioned? Bye, Jojo