Deutsch English Français Italiano |
<vr9l30$id99$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: bart <bc@freeuk.com> Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Mon, 17 Mar 2025 17:10:59 +0000 Organization: A noiseless patient Spider Lines: 35 Message-ID: <vr9l30$id99$1@dont-email.me> References: <vq1qas$j22$1@gallifrey.nk.ca> <vqfcbe$3lkkc$1@dont-email.me> <871pv861ht.fsf@nosuchdomain.example.com> <20250308192940.00001351@yahoo.com> <vqi1ge$8jg8$1@dont-email.me> <vqmgjv$3a2il$1@paganini.bofh.team> <vqn4dn$1eb9s$1@dont-email.me> <vqo3ss$3hkas$1@paganini.bofh.team> <vqph2e$203bs$2@dont-email.me> <vqvtop$cpvn$1@paganini.bofh.team> <vr1nkh$1miii$1@dont-email.me> <G8_AP.37556$D_V4.24121@fx39.iad> <vr1uk1$1sb5s$1@dont-email.me> <874izvjs4m.fsf@nosuchdomain.example.com> <vr27td$22vgq$2@dont-email.me> <87senfi7ii.fsf@nosuchdomain.example.com> <vr2dbm$2995t$1@dont-email.me> <vr2onl$2hjmt$3@dont-email.me> <vr3k67$3a5r2$1@dont-email.me> <vr3li9$3bqnp$1@dont-email.me> <vr3php$3di63$2@dont-email.me> <vr3qa3$3fua7$1@dont-email.me> <vr3vup$3jjoq$1@dont-email.me> <vr4ba0$3tj6e$1@dont-email.me> <vr4emj$3vejc$1@dont-email.me> <vr67qo$1inip$1@dont-email.me> <vr6ert$1ob25$1@dont-email.me> <vr93a6$3i2s$1@dont-email.me> <vr9bd9$adgu$1@dont-email.me> <vr9ir0$gve3$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 17 Mar 2025 18:10:57 +0100 (CET) Injection-Info: dont-email.me; posting-host="541bd4f0a9e2c86fbe37685adcd5adaa"; logging-data="603433"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/kFzyXsQ8vJGdpJvqO0ktV" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:rVN/3MwUsJ7adxCC9jtwpmyF6ik= In-Reply-To: <vr9ir0$gve3$1@dont-email.me> Content-Language: en-GB Bytes: 3369 On 17/03/2025 16:32, Muttley@DastardlyHQ.org wrote: > On Mon, 17 Mar 2025 14:25:46 +0000 > bart <bc@freeuk.com> wibbled: >> On 17/03/2025 12:07, Muttley@DastardlyHQ.org wrote: >>> Anything C could do so long as you don't include all the standard C libraries >> >>> in "anything". >> >> Another mysterious remark. You seem to consider it your job to put down >> anything I do or say! >> >> So, what do the standard C libraries have to do with anything here? > > They're generally the interface to the OS on *nix. No idea about windows. I think you can assume that the tool I used was up to the job >> where mm is a compiler. That itself was in the context of build tools on >> Linux which usually involve makefiles, shell scripts and other >> OS-specific junk, which was touted to be far superior to the Windows >> experience. > > So presumably your amazing build system checks the current module build dates > and doesn't rebuild stuff that it doesn't have to? Why would it matter? I can compile code at one million lines every two seconds, and my largest project is 50K lines - do the math. In any case, my comments were about doing a one-off build from source of open-source software - so you have build everything anyway. I find it astonishing that even with machines at least a thousand times faster than I've used in the past, you have to resort to tricks to avoid compilation.