X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "pjfarley3" Newsgroups: comp.os.msdos.djgpp Subject: Re: Is anyone working on porting these utilities? Date: 20 Jul 2005 17:50:05 -0700 Organization: http://groups.google.com Lines: 27 Message-ID: <1121907005.913755.293380@g43g2000cwa.googlegroups.com> References: <1121311803 DOT 516239 DOT 230060 AT g49g2000cwa DOT googlegroups DOT com> <1121363628 DOT 198467 DOT 311000 AT g43g2000cwa DOT googlegroups DOT com> <42e7db53 DOT 16280813 AT news DOT netsurf DOT de> NNTP-Posting-Host: 24.215.207.141 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1121907012 15443 127.0.0.1 (21 Jul 2005 00:50:12 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 21 Jul 2005 00:50:12 +0000 (UTC) In-Reply-To: <42e7db53.16280813@news.netsurf.de> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g43g2000cwa.googlegroups.com; posting-host=24.215.207.141; posting-account=8j3MmQwAAAAB3MfQxahpC54dm-Irfpks To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Thanks, that is helpful. And I don't see much room for improvement in the "clear" port, it could not be simpler. Banner is not among my needs right now, so I did not DL it. You should definitely contribute "clear" to the DJGPP v2gnu collection. However, I do need ANSI.SYS (or the TSR NNANSI.COM) if I want my application bash scripts to be able to use color highlighting and column specification. They *can* run without ANSI highlighting, but it is much less helpful to the end-user. Unfortunately, I found a more serious problem. This project also involves using some non-GNU executables compiled under Cygwin, and when those try to run under DJGPP bash (even after adjusting the PATH to include the Cygwin binary directories behind the DJGPP one) I got some serious Cygwin library errors (something about "stdio_init" not being able to (re?)assign an input FD, so the program could not access its control file data. I didn't save the messages, sorry. I have had to give up on using DJGPP for now due to these errors, I am sorry to say. Recompiling the non-GNU executables under DJGPP GCC is not currently an option for this project. Regards, Peter