Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <87zfhwfo2i.fsf@gmail.com>
Deutsch   English   Français   Italiano  
<87zfhwfo2i.fsf@gmail.com>

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: 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: <vq1qas$j22$1@gallifrey.nk.ca> <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>
	<871pv861ht.fsf@nosuchdomain.example.com>
	<vqfoht$3nugk$1@dont-email.me>
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 <bc@freeuk.com> 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.