X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.lang.misc,comp.os.msdos.djgpp Subject: Re: ANN: Seed7 Release 2011-11-11 Date: Fri, 2 Dec 2011 13:25:13 -0800 (PST) Organization: http://groups.google.com Lines: 30 Message-ID: <1805cd7b-3a7a-446a-8d34-06273b525d78@b19g2000yqj.googlegroups.com> References: <7037d719-14a3-4e62-8ebc-0fdbdbdf1db1 AT r9g2000vbw DOT googlegroups DOT com> <839be453-9721-41d5-9955-14d39a35d31a AT q9g2000yqe DOT googlegroups DOT com> <5f4874db-f024-4c50-9555-5af08e030b50 AT t16g2000vba DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1322861217 28303 127.0.0.1 (2 Dec 2011 21:26:57 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 2 Dec 2011 21:26:57 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: b19g2000yqj.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 2931 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pB2Lj2nE023219 Reply-To: djgpp AT delorie DOT com Hi, On Dec 2, 1:03 pm, Martin Strömberg wrote: > In comp.os.msdos.djgpp tm wrote: > > > On Nov 30, 2:04 am, Rugxulo wrote: > > [A lot about problem with differences between command.com, cmd.exe and > WINDOZE versions.] > > How about putting SHELL=/bin/sh in the makefile(s) and require bash to > be installed and just forget about the WINDOZE weirdness? Because Bash by itself isn't ever enough, it snowballs from there to include a bunch of POSIX tools and weird ./configure + m4 + awk + sed + make + whatever that is always cryptic and doesn't work well with DJGPP anymore. But Bash isn't really needed here. Luckily the necessary stuff is pretty tame (DOSLFN, basic GCC, Make, some CoreUtils). > (If you 're project is *DOZE only perhaps you don't want this. But if > you're also aiming at some other POSIXly platform this should be the > way to go.) He seems to mostly target and test on Windows and Linux. And he does have POSIX bindings for file access. But he's also trying to target other (non-tier 1) platforms too (thankfully), at least superficially, e.g. Mac OS X, *BSD.