X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:ac8:b8d:: with SMTP id h13mr16332530qti.298.1584171641914; Sat, 14 Mar 2020 00:40:41 -0700 (PDT) X-Received: by 2002:a25:a108:: with SMTP id z8mr22761538ybh.418.1584171641606; Sat, 14 Mar 2020 00:40:41 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 14 Mar 2020 00:40:41 -0700 (PDT) In-Reply-To: <202003102022.02AKMQT1004791@delorie.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: google-groups.googlegroups.com; posting-host=2600:1702:33f0:6400:a051:e2cb:a8e0:c7cf; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 2600:1702:33f0:6400:a051:e2cb:a8e0:c7cf References: <202003102022 DOT 02AKMQT1004791 AT delorie DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANNOUNCE: Bug fix update of some DJGPP ports uploaded. From: "rugxulo AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Sat, 14 Mar 2020 07:40:41 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 2209 Lines: 24 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 Hi, On Tuesday, March 10, 2020 at 3:31:34 PM UTC-5, Juan Manuel Guerrero (juan DOT guerrero AT hates DOT spam) [via djgpp-announce AT hates DOT spam] wrote: > > Lately I have observed that it is impossible to configure > and compile GNU packages on plain DOS. With plain DOS I mean > MS-DOS 6.22 and minor versions and FreeDOS; both with and > without DOSLFN as LFN driver. configure is just a POSIX sh script, but indeed it's horrible for portability to anything beyond *nix. I'm sure a replacement could be written (even in .BAT) or REXX or Perl or whatever. IMHO, there isn't much to configure. Just stick to obvious DJGPP versions like 2.03p2 (or 2.05), nothing older. > Even with this fix there is no guarantee at all that it may > be possible to build major GNU packages like gcc or others > on plain DOS. GCC 2.7.2.3 was rebuildable on DOS back in the day. You can then use that (allegedly) to bootstrap 2.95.3, and even 3.4.6 would still (allegedly) build with K&R C compilers. I'm still sympathetic to those, especially 3.4.6, for various reasons.