From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by sourceware.org (Postfix) with ESMTPS id 5207C3888833 for ; Mon, 5 Dec 2022 15:20:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5207C3888833 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=troutmask.apl.washington.edu Authentication-Results: sourceware.org; spf=none smtp.mailfrom=troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 2B5FKGxq011331 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 5 Dec 2022 07:20:16 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 2B5FKGn4011330 for fortran@gcc.gnu.org; Mon, 5 Dec 2022 07:20:16 -0800 (PST) (envelope-from sgk) Date: Mon, 5 Dec 2022 07:20:16 -0800 From: Steve Kargl To: Demian Sanchez Lopez via Fortran Subject: Re: Setup Install GCC compiler Issue Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sun, Dec 04, 2022 at 01:49:51PM -0800, Demian Sanchez Lopez via Fortran wrote: > Hello Fortran Admin, > > I would love to begin my computer programming journey, but I am having > problems at the installation point. Where do I install the GCC compilers? I > accidentally deleted the location on the "Browse" stage. Please help. > Depends on the operating system and may be local policies. If you have admin rights on a Windows system, I'll suggest install WSL2 with ubuntu and use apt to install gfortran-11. -- Steve