X-Authentication-Warning: new-smtp2.ihug.com.au: Host p942-apx1.syd.ihug.com.au [203.173.143.180] claimed to be acceleron Message-ID: <008d01c14f05$6e095260$0a02a8c0@acceleron> From: "Andrew Cottrell" To: References: <20011006181850 DOT A202 AT svyturys> Subject: Re: Problem with bash Date: Sun, 7 Oct 2001 17:55:26 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com > C:\>emacs > [...emacs starts... blah... C-x C-c] > C:\>sh > sh-2.05$ emacs > emacs: Cannot open termcap database file > sh-2.05$ > > Bash is from Mark's site, compiled with week's old CVS libc. > Emacs is latest released binary from simtel.net. > > I reported this one back in June. Mark replied that he does not > know emacs. Eli, maybe you could tell which syscall (or several ones) > could be failing to give us a hint? I don't know if this helps, but so far I have found the following issues with Bash & LIBC: 1) Bash 2.04 hacked to work on Win 2K read fails - it does not wait for user input. In a few hours updated source & binary using LIBC from 3-Oct will be available from http://clio.rice.edu/djgpp/win2k/main.htm .I need to do more testing to find out where in read it fails. Original Simtel 2.04 read works, so it is either my hack to get it to work on Win2K or LIBC issue. This measn that I cannot build Perl on Win 2K 2) Bash 2.05 set doesn't allow GCC to be built. This is where the set command puts quotes around the output, but make cannot deciper this correctly. This measn that I cannot use this to build GCC on Win 2K. These Bash issues are currently on top of my to do list that needs to be worked on for DJGPP and Win 2K as it currently stands. Andrew