X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4BB4C8EC.8050909@iki.fi> Date: Thu, 01 Apr 2010 19:25:16 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: djgpp/libreadline bug? (cannot use backspace) References: <013d25d6-f34d-4686-9c68-0de775d5bf59 AT t20g2000yqe DOT googlegroups DOT com> <7705c9031003290422w7015bbd6y5e8647aec1ba3f36 AT mail DOT gmail DOT com> <109418c8-c160-4b9f-8e6c-a842da1b7a98 AT k13g2000yqe DOT googlegroups DOT com> <83oci71dhr DOT fsf AT gnu DOT org> <11fa369b-5fab-42ac-805f-1e7e74051411 AT l36g2000yqb DOT googlegroups DOT com> <83fx3j1874 DOT fsf AT gnu DOT org> <81255c92-b71b-4d8b-871c-fe057d72ddb7 AT u22g2000yqf DOT googlegroups DOT com> <834ojz111c DOT fsf AT gnu DOT org> <9e95b163-ba8a-467d-870e-4f3437dd9a96 AT y17g2000yqd DOT googlegroups DOT com> <1433b3f4-9d44-455b-9465-e873fd2cb618 AT 33g2000yqj DOT googlegroups DOT com> <8d449cf5-3dce-48c8-b8e7-e535b037b4a6 AT 8g2000yqz DOT googlegroups DOT com> <83zl1oxzat DOT fsf AT gnu DOT org> <81hah9Fit3U1 AT mid DOT individual DOT net> In-Reply-To: <81hah9Fit3U1@mid.individual.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 31.03.2010 19:11, Robert Riebisch kirjoitti: > Eli Zaretskii wrote: > >> Do you have the latest v2.04 ports of Bash, Sed, and related >> utilities? If not, please upgrade and try again. > > Not always a good idea. Bash.exe from 'beta/v2gnu/bsh205bbr3.zip' > crashes silently very often for me, where Bash.exe from > 'current/v2gnu/bsh204br3.zip' works fine for me. > It is not very surprising unfortunately. I also have noticed that old port of bash-2.0.4 is more stable rather than one of bash-2.0.5b even after all fixes done for DJGPP. Perhaps it was not so noticeable several years ago as configure and other scripts used them most likely smaller subset of bash features rather than now. As result more bugs of DJGPP ports are exposed now. For example I failed to build gcc-4.4.3 for DJGPP (libtool related failure when building libstdc++-v3) and also similar failure for binutils-2.20. I do not have time now to try to fix these problems in the current ports of bash. The same also an attempt to port newer versions of bash. Sometimes long ago I tried to do that with bash-3.0, but never reached even that level of stability that we have with 2.0.5b. I'm afraid that attempts to port new versions of many GNU software packages for DJGPP may soon come to end unless we have better port of BASH or some other compatible enough shell. Andris