Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Fri, 14 Mar 2025 17:26:53 -0700 Organization: None to speak of Lines: 44 Message-ID: <87frjfi1f6.fsf@nosuchdomain.example.com> References: <871pv861ht.fsf@nosuchdomain.example.com> <20250308192940.00001351@yahoo.com> <874izvjs4m.fsf@nosuchdomain.example.com> <87senfi7ii.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sat, 15 Mar 2025 01:26:56 +0100 (CET) Injection-Info: dont-email.me; posting-host="65766d3f94e315a3ff32ef79be62617b"; logging-data="2477350"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ik2qg77pf9dBZEcMbQboo" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:vgh+kZciJVD4bWFG0V4OVX3v6Uw= sha1:pxmxHI2cqJaw2NxwvE+A6/pcGMM= Xref: csiph.com comp.lang.c:391215 bart writes: > On 14/03/2025 22:15, Keith Thompson wrote: >> bart writes: >>> On 14/03/2025 20:04, Keith Thompson wrote: >>>> bart writes: >>>>> On 14/03/2025 18:00, Scott Lurndal wrote: >>>>>> bart writes: >>>> [...] >>>>>>> What I'm suggesting goes in the middle. A minimal, streamlined set of >>>>>>> sources, possibly amalgamated (which helps if the user wants to >>>>>>> incorporate this product into their own), with a minimal set of >>>>>>> dependencies. >>>>>> Why on earth would a developer do this just to make -your- life >>>>>> easier? Nobody else is complaining endlessly about it. >>>>> >>>>> Perhaps you'd like to answer the question I posed about why bother >>>>> with distributing software as binaries if building from source is so >>>>> effortless. >>>> Nobody said it was "effortless". You made that up. >> No response to that? >> You misrepresent what others have said, and don't reply when it's >> pointed out. >> If you can cite someone here actually saying that building from >> source >> is "effortless", I'll retract this statement. > > Every single post arguing against me implies that it is effortless: > that is, all you have to do is type 'make'. Wrong. Who said it was "effortless"? Cite the post. Who said that "all you have to do is type 'make'"? Cite the post. There are *some* software packages that can be built on supported platforms by just typing "make", but in my experience that's not very common. How many times have we discussed the "configure;make;make install" pattern? [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */