Path: ...!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: Mon, 17 Mar 2025 13:14:02 -0700 Organization: None to speak of Lines: 16 Message-ID: <87tt7rv2id.fsf@nosuchdomain.example.com> References: <874izvjs4m.fsf@nosuchdomain.example.com> <87senfi7ii.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Mon, 17 Mar 2025 21:14:03 +0100 (CET) Injection-Info: dont-email.me; posting-host="65462c6a1248bdf7df5d9433427808eb"; logging-data="880281"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+mZtqnh6Er44X78SWBTkjw" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:cfrPNifetxB99j6s15n7ABlkyZo= sha1:3O7nbl03nN8Bhnn3YTsy3RNSIfA= Bytes: 2257 bart writes: [...] > A fairer comparison is building a significant 100-module C program on > Linux, and even better is trying to use that exact same process to > build the same app on Windows (which is exactly what many open-source > cross-platform apps expect you to do). [...] I'm not sure what you mean by that. If a software package is normally built with "configure;make;make install", nobody expects it to build in exactly the same way on Windows *unless* there's a compatibility layer such as Cygwin, MinGW, or MSYS2. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */