From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by sourceware.org (Postfix) with ESMTPS id A39353857B82 for ; Mon, 4 Jul 2022 07:01:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A39353857B82 Received: by mail-ed1-x532.google.com with SMTP id e40so10487410eda.2 for ; Mon, 04 Jul 2022 00:01:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=D3IRiiHr+7Jg6cbFMAfQazlArJq81ZmEDBASzOlzkFM=; b=NVv0nQOr7V2uVLaxuQQJgmfnQcj14KUBA7TWCSnxqPVPnoEnIx/Pb0iff6U/ZaVfRn Pf3nSmnL0Iusr9VlbPJTK3xQVr1t7Iwq1JBdkN5NtS1ABNS6CymzXg8i2OZoC3Z7SKJf KbyIbtlllhOKjynP/RqzLKRmabapqEOgI1vwb8A3yYOTi+7YqKw6YEGE7ZvENH6NNSmd if7RyYtuCOZCZrIQdDcPq+Hyw7vE+Wf8Gp8SMK4wOc+xMq453IXiRTbbJL7GJsFMwJo2 np0GtqLQqgTScZSHemdxEywDGsU+VBl+UFZYi3/aajb7elAH0y7RECozUapr62FItjKa SHsQ== X-Gm-Message-State: AJIora8KDwmFH0uSgTw2fP5E6L9muYWnEx4H+WYpgT0C6GkI9xUOXZXP bhb7gDPgj7lQ+p6f58uAxR6E558znVUjfR6vLJk= X-Google-Smtp-Source: AGRyM1sLfTQ8WEWysfW29OOv8EgaF0PKiIzqpTSA5X0Up+krJlQMpX3hzUY2jAhKycd0FjDBihaZPC6KfqazXhTKQhI= X-Received: by 2002:a05:6402:3587:b0:435:b9a1:d5c5 with SMTP id y7-20020a056402358700b00435b9a1d5c5mr36769880edc.219.1656918087732; Mon, 04 Jul 2022 00:01:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 4 Jul 2022 08:01:16 +0100 Message-ID: Subject: Re: GCC C compiler To: John Houle Cc: gcc-help X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, DEAR_SOMETHING, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2022 07:01:31 -0000 On Mon, 4 Jul 2022, 03:03 John Houle via Gcc-help, wrote: > Dear Sir: > > I am calling with two brief questions concerning the GCC > C language compiler. Please refer to the GCC Internet site. > > GCC > https://gcc.gnu.org/ > > Questions: > > (1) What is the most recent C language compiler that is > available on the GCC Internet site? > It tells you that at https://gcc.gnu.org/ - see Supported Releases. > (2) What is the procedure for downloading the C language > compiler onto an IBM laptop computer? > It depends what operating system you have on your laptop. https://gcc.gnu.org/wiki/InstallingGCC might help. > >