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: 22 Jul 2005 11:35:09 -0700 Organization: http://groups.google.com Lines: 23 Message-ID: <1122057309.529027.125760@f14g2000cwb.googlegroups.com> References: <1121311803 DOT 516239 DOT 230060 AT g49g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: 12.149.34.11 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1122057315 1158 127.0.0.1 (22 Jul 2005 18:35:15 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 22 Jul 2005 18:35:15 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=12.149.34.11; 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 Hi Andrew, No, it's not commercial, but another open-source project. Some of the workers complained about the bulk of Cygwin, so I researched DJGPP to see if the two could cooperate, but alas it did not work very well. It is possible that setting appropriate paths (LDLIBRARYPATH, LIBPATH, etc.) to point to the Cygwin directories would make it work, but it did not seem like it was worth the effort. Among other things, DJGPP bash (at least the stable version, and possibly the beta version, don't remember for sure now) does not seem to support the "-u" commandline option, nor does the bash "read" command. These are used all over the place in the application bash scripts, and the amount of if-then-else-fi logic that would be needed just seemed to be too much. Since the root of the project depends on Cygwin in the Windows environment anyway, the judgement has been to just stick with that for now. Thanks anyway for the advice. Peter