Deutsch English Français Italiano |
<vi34vg$33ql5$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!news.nobody.at!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lynn McGuire <lynnmcguire5@gmail.com> Newsgroups: comp.lang.c Subject: Re: 80386 C compiler Date: Mon, 25 Nov 2024 18:32:48 -0600 Organization: A noiseless patient Spider Lines: 24 Message-ID: <vi34vg$33ql5$1@dont-email.me> References: <vhvbhf$28opb$1@dont-email.me> <vi2rnt$31dba$1@dont-email.me> <87ed2zkls2.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 26 Nov 2024 01:32:49 +0100 (CET) Injection-Info: dont-email.me; posting-host="f00ae99021e6121daba3be3d8075147f"; logging-data="3271333"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KoWpB6JEqzcD0CUchtY7T2yr9FXCrL1g=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:Ht7fp+lKZCo5+SKWmRIMFb+6zNM= In-Reply-To: <87ed2zkls2.fsf@nosuchdomain.example.com> Content-Language: en-US Bytes: 1915 On 11/25/2024 4:10 PM, Keith Thompson wrote: > Lynn McGuire <lynnmcguire5@gmail.com> writes: >> On 11/24/2024 8:00 AM, Paul Edwards wrote: >>> I have been after a public domain C compiler for decades. > [...] >> >> Did you look at the Open Watcom compilers: C, C++, and F77 ? >> https://openwatcom.org/ >> >> Open Watcom has many modes of compilation: 8086, 80286, 80386, etc. > > Open Watcom's compilers are not public domain, so they don't meet Paul's > (rather odd) requirements. Are you sure about the public domain thing ? The license is here: http://openwatcom.org/ftp/install/license.txt I forgot to mention that the Open Watcom compilers are released for the following platforms: DOS, Linux, OS/2, and Win32. A Win64 fork and port is being worked on at: https://open-watcom.github.io/ Lynn