Deutsch   English   Français   Italiano  
<vqm6t2$18fr9$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: Muttley@DastardlyHQ.org
Newsgroups: comp.lang.c
Subject: Re: Python recompile
Date: Mon, 10 Mar 2025 08:12:18 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <vqm6t2$18fr9$1@dont-email.me>
References: <vq1qas$j22$1@gallifrey.nk.ca>
	<vq3oag$18iv6$1@dont-email.me>
	<vq4hf2$1brf7$1@dont-email.me>
	<vq4l3d$1ck9e$1@dont-email.me>
	<vq4m0u$1ctpn$1@dont-email.me>
	<vq4n05$1d5dv$1@dont-email.me>
	<vq4om7$1dbo2$2@dont-email.me>
	<vq6dqh$1pskk$1@dont-email.me>
	<vq6f8p$1pmnk$1@dont-email.me>
	<vq6gqc$1qcp8$1@dont-email.me>
	<vq6ips$1pmnk$2@dont-email.me>
	<vq6j5h$1qosf$1@dont-email.me>
	<20250304092827.708@kylheku.com>
	<vq7g1p$1vmg5$1@dont-email.me>
	<vq94dt$2boso$1@dont-email.me>
	<vqcsk7$23bfo$1@paganini.bofh.team>
	<vqefn1$3flpt$1@dont-email.me>
	<vqeu5c$3imil$1@dont-email.me>
	<vqeun4$3iqbq$1@dont-email.me>
	<vqfcbe$3lkkc$1@dont-email.me>
	<vqh569$3e9d$1@dont-email.me>
	<vqhj2e$5u26$1@dont-email.me>
	<vqhp18$75es$1@dont-email.me>
	<vqhs8o$7o8n$1@dont-email.me>
	<vqjkj0$l82b$1@dont-email.me>
 <20250309114336.00006b0a@yahoo.com>
Injection-Date: Mon, 10 Mar 2025 09:12:19 +0100 (CET)
Injection-Info: dont-email.me; posting-host="97621d4dcef6b6e894fe81edc876b108";
	logging-data="1326953"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/Rfd8blbu2BFl42hYaHBzS"
Cancel-Lock: sha1:ExXFe5CrZaGJDtTcFDfkJ85SOLI=
Bytes: 2538

On Sun, 9 Mar 2025 11:43:36 +0200
Michael S <already5chosen@yahoo.com> wibbled:
>On Sun, 9 Mar 2025 08:47:28 -0000 (UTC)
>Muttley@DastardlyHQ.org wrote:
>> >So according to you, this should be a piece of piss. OK, I'll try
>> >it:  
>> 
>> I'm not really interested in your straw men.
>> 
>> 
>
>Pay attention that all this slow, complicated 'configure' business
>didn't originate on Windows. It was invented in order to cover variety
>of Unixen. Which (variety) no longer exists, but religious 'free

I know. "configure" used to be fairly rare now its everywhere and I hate it. 
Often it doesn't work anyway which makes me wonder wtf is the point.

>portable between 4 operation systems and 2 CPU architectures that still

TBH unless you're writing embedded assembler, doing some kind of direct byte 
manupulation in words or other code which cares about endian-ness then 
application C code should be CPU agnostic.