Deutsch   English   Français   Italiano  
<vqd45c$35294$4@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: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: Python recompile
Date: Thu, 6 Mar 2025 21:30:21 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <vqd45c$35294$4@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>
	<vqcvqr$341jq$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 06 Mar 2025 22:30:21 +0100 (CET)
Injection-Info: dont-email.me; posting-host="5fed1e3e41d7a92fa0a0e33e61fef7d8";
	logging-data="3311908"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1860dAEo3iNV1ANk2YL3w4k"
User-Agent: Pan/0.162 (Pokrosvk)
Cancel-Lock: sha1:TgyPOIWVO2l4eFkziASwYBs4qNQ=
Bytes: 2068

On Thu, 6 Mar 2025 20:16:27 +0000, bart wrote:

> So, why doesn't the configuration script itself have a configuration
> script? Will the language used in the script run on EVERY Linux and Unix
> system?

Yes. It takes a lot of work to ensure that, including avoiding quirks and 
bugs in particular Unix systems’ shell implementations. This is all taken 
into account in the definition of the m4 macros that are actually used to 
generate all that shell script.

POSIX provides the official spec, but that isn’t entirely enough.

Luckily, the demise of nearly all proprietary Unix systems has simplified 
the picture enormously.