X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: tm Newsgroups: comp.lang.misc,comp.os.msdos.djgpp Subject: Re: ANN: Seed7 Release 2011-11-11 Date: Mon, 5 Dec 2011 06:35:54 -0800 (PST) Organization: http://groups.google.com Lines: 39 Message-ID: <3bc6ed71-007e-4498-a845-47edecae736f@o9g2000vbc.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: 62.134.46.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1323100448 14090 127.0.0.1 (5 Dec 2011 15:54:08 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 5 Dec 2011 15:54:08 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: o9g2000vbc.googlegroups.com; posting-host=62.134.46.4; posting-account=269_QwoAAADSifhJt6OVa6bEjZR2ZMUB User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Bytes: 3160 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 pB5GF2Xx008963 Reply-To: djgpp AT delorie DOT com On 2 Dez., 20:03, 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? I neither want to convert Windows people to Unix (bash, etc.), nor want to convert Unix people to Windows (Win32, .NET, etc.). The Seed7 package provides several makefiles, which are tailored to different operating systems and C compilers. Supported OS are Linux, BSDs, Unix, Mac OSX, Windows and DOS. Details can be found in seed7/src/read_me.txt . Essentially only two tools are necessary. 1. A C compiler 2. A make utility For a source code release this barrier is IMHO very low. On many "development computers" both tools are probably already installed. When it is required to install other things, before the actual install can start, many people will just give up. Greetings Thomas Mertes -- Seed7 Homepage: http://seed7.sourceforge.net Seed7 - The extensible programming language: User defined statements and operators, abstract data types, templates without special syntax, OO with interfaces and multiple dispatch, statically typed, interpreted or compiled, portable, runs under linux/unix/windows.