Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: flexibeast@gmail.com Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Sat, 08 Mar 2025 09:55:33 +1100 Organization: A noiseless patient Spider Lines: 35 Message-ID: <87zfhwfo2i.fsf@gmail.com> References: <20250304092827.708@kylheku.com> <871pv861ht.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Fri, 07 Mar 2025 23:55:34 +0100 (CET) Injection-Info: dont-email.me; posting-host="186aa4578c2ad1a3e425a3d184e50c8d"; logging-data="3956868"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+osb0v4x7jJq8uwIrUqx9ptpWGXpjMbh0=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:DBwTFKY+DD9VRokTklmIqZXJHBg= sha1:o1Qz8FQ4fniYAsLzfaf3Ipdp2WY= Bytes: 2434 bart writes: > It was from here: > > https://github.com/gcc-mirror/gcc > > The ZIP file is the one you get on the '<> Code' pulldown menu. You > get that on every project, whether it targets Windows or not. > > I've no idea where the official gcc source code resides. Googling > 'github cpython' worked for that product; this was the first hit for > 'github gcc'. Doing a search for simply 'gcc' results in: https://gcc.gnu.org/ as the top result. From there, on the right-hand side of the page, there's a heading 'Sources', under which is a 'Git' entry, which links to: https://gcc.gnu.org/git.html. GNU projects don't necessarily use GitHub; cf. e.g. coreutils: http://git.savannah.gnu.org/gitweb/?p=coreutils.git and Emacs: https://git.savannah.gnu.org/cgit/emacs.git/ which are both on GNU's 'Savannah' server. Alexis.