From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from layka.disroot.org (layka.disroot.org [178.21.23.139]) by sourceware.org (Postfix) with ESMTPS id A6CCB3858D32 for ; Fri, 5 Jan 2024 13:44:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A6CCB3858D32 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=disroot.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A6CCB3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=178.21.23.139 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704462247; cv=none; b=Pk9nYir8HXooH/9JKTDpCtgurFEENt3bB0YboAVYgX29Ul3FC0PqVstnFZBgKv6Nylpt9fhLsZBjipxMCrC4Sk22LbuFV9V84HNr7OYzEr0xoSu7yd2RVr84NP/Rels4iZ8v26Hnn3YZTA+/OJQyqR7A5iazCSJNUwGHxMvj11o= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704462247; c=relaxed/simple; bh=IvTS8JqJKKrcgiRxAE4iCzoqIcQPJjV1RCXhA+psscM=; h=Date:DKIM-Signature:From:To:Message-ID:Subject:MIME-Version; b=osIRZG2AGGPx0DcbN17IlskOESqufaK4H+EMh7C8CROIqBiKaFhX747QeCgNG1PRCbSY85yhbfO6r/pcp8VG1CdcBhiqykaGCoYAcVuRRh+HgnWOleuNjAj/CkYdOoVakNhJm0BgA6mYy5KGhzP3LgksN0eB8tH8x1mWV3Cik9s= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D55AA40CB5; Fri, 5 Jan 2024 14:44:03 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VDvlQlj7K0JQ; Fri, 5 Jan 2024 14:44:03 +0100 (CET) Date: Fri, 5 Jan 2024 13:44:02 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1704462242; bh=IvTS8JqJKKrcgiRxAE4iCzoqIcQPJjV1RCXhA+psscM=; h=Date:From:To:In-Reply-To:Subject; b=MuLu4oTnReZHOwWtC85Tte5YCUazste48XLGcFS2eWZKIExdEaur8a3PVQ5TXNubo 0CdTYla/CEm7jxMBryHLATVptyzY1mjWn4k5/ustbBlFpfbjT1Bj5bZuxXv0BCH2E3 SAJYC+rrQumDIvl9JyRrIy2se96xHxYyQQF8IinEj9io5R89Wyu4IEgZgu6jo9Cx4R rNP1qZP0ie0KBsK3I93A/V1Ar6mi9o7lMEkT/jj0HMh5lewWuq3cn33Q9VEd/6RhJF Jle0CAopY1kgbWqpnvcSoF24P788DSoqH5G6ALbOIXfwynLNR5SpIrJfMxiD78S5sY Cqet931xVYc/Q== From: Peter0x44 To: nanirodrigue123@gmail.com, Gcc Message-ID: <139017b7-ac5b-4836-8a81-ca4aec95b9ac@disroot.org> In-Reply-To: Subject: Re: Re: No subject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Correlation-ID: <139017b7-ac5b-4836-8a81-ca4aec95b9ac@disroot.org> X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GB_TO_NAME_FREEMAIL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Since you mentioned windows 7 specifically, some of the suggestions aren't really appropriate. I don't believe msys2 supports windows 7 anymore. I'm also not the biggest fan of msys2, I think it brings in way too much complexity for what it is. It's useful if you would like to obtain some hard to build deps like Qt, or require the tooling necessary to run autotools configure scripts. But most programmers (especially beginners) don't really have a need for this. My suggestion is w64devkit. It is a single zip to extract, and it can work as far back as windows xp. https://github.com/skeeto/w64devkit/releases/latest Simply download and extract the latest zip here, and start the "w64devkit.exe" contained. It starts a shell with gcc & friends already present in your PATH, and you can begin compiling code in under 5 minutes.