Path: csiph.com!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: else ladders practice Date: Mon, 25 Nov 2024 08:27:46 -0800 Organization: None to speak of Lines: 38 Message-ID: <87bjy3mg71.fsf@nosuchdomain.example.com> References: <3deb64c5b0ee344acd9fbaea1002baf7302c1e8f@i2pn2.org> <87wmgsmme0.fsf@nosuchdomain.example.com> <87sergmhkc.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Mon, 25 Nov 2024 17:27:47 +0100 (CET) Injection-Info: dont-email.me; posting-host="b40b20f4d5912db9f2a914577ca2f33c"; logging-data="3004603"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/HgKOLuEM2sO0Lgm4umKaf" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:NRe+FahjOLIGQXJ0qOdnLg86T3U= sha1:nDl/JWasDxqXwafvDi6A1jUDeLk= Xref: csiph.com comp.lang.c:389081 Bart writes: > On 25/11/2024 11:21, Waldek Hebisch wrote: >> Bart wrote: >>> This seems to be a thing with Linux, where a big chunk of a C >>> implementation is provided by the OS. >>> >>> That is, standard headers, libraries, possibly even 'as' and 'ld' >>> utilities. On Windows, C compilers tend to be self-contained (except for >>> Clang which appears to be parasitical: it used to piggy-back onto gcc, >>> then it switched to MSVC). >> You know that at source level there are separate projects: gcc >> proper, binutils and libc. > > Actually, no I don't. I said more on this in my reply to Keith a short > while ago. You don't know that after it's been explained to you dozens of times? > My experience of C compilers on Windows is that they provide a means > to turn .c files into executable files. Such a compiler on Windows > generally has to be self-contained, since very little is provided by > the OS. Bart, can you explain the difference between a C compiler and a C implementation? Or do you believe they're the same thing? (Hint: They're not.) [...] > So from my point of view, gcc is the outlier. And what's wrong with that? [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */