Sujet : Re: 80386 C compiler
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 26. Nov 2024, 01:49:58
Autres entêtes
Organisation : None to speak of
Message-ID : <87a5dmlsy1.fsf@nosuchdomain.example.com>
References : 1 2 3 4
User-Agent : Gnus/5.13 (Gnus v5.13)
Lynn McGuire <
lynnmcguire5@gmail.com> writes:
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
Yes, I'm sure that that's a license that imposes some restrictions.
It's not public domain.
Just one example:
"""
You must retain and reproduce in all copies of Original Code the copyright
and other proprietary notices and disclaimers of Sybase as they appear in the
Original Code, and keep intact all notices in the Original Code that refer to
this License;
"""
Anything that's public domain has no copyright.
Why do you ask?
[...]
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */