From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gproxy4-pub.mail.unifiedlayer.com (gproxy4-pub.mail.unifiedlayer.com [69.89.23.142]) by sourceware.org (Postfix) with ESMTPS id F0BDF384C910 for ; Tue, 13 Dec 2022 16:41:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F0BDF384C910 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mad-scientist.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mad-scientist.net Received: from cmgw12.mail.unifiedlayer.com (unknown [10.0.90.127]) by progateway6.mail.pro1.eigbox.com (Postfix) with ESMTP id 6AC5E100468C6 for ; Tue, 13 Dec 2022 16:41:10 +0000 (UTC) Received: from box5922.bluehost.com ([162.241.30.80]) by cmsmtp with ESMTP id 58L8pq5tw8FgT58L8pxAP7; Tue, 13 Dec 2022 16:41:10 +0000 X-Authority-Reason: nr=8 X-Authority-Analysis: v=2.4 cv=AYt0o1bG c=1 sm=1 tr=0 ts=6398ab26 a=u+82WREdhvUKZ7QTvcqjvQ==:117 a=u+82WREdhvUKZ7QTvcqjvQ==:17 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=IkcTkHD0fZMA:10:nop_charset_1 a=sHyYjHe8cH0A:10:nop_rcvd_month_year a=3EOfIcITIxQA:10:endurance_base64_authed_username_1 a=fmFk4iELzGeeZE6j0iUA:9 a=QEXdDO2ut3YA:10:nop_charset_2 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mad-scientist.us; s=default; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:To:Reply-To:From:Subject:Message-ID: Sender:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=PyEx5OrKSq41rICLdOCzoJlcMZVfHm5lphy4NHzZhyY=; b=waXgnD9OLUYOUwYZRKVT8L8+k3 +C2V0EQiLVadFTgEfGJDJBNbpB+77jpwSrQouNOn3X1wcVAF+3JbVtaG62+DHIWHY7S4qMvYbjnF7 kHd0GYs4Kr5owCda2aZ78PbQ9; Received: from [160.231.0.90] (port=39452 helo=llin-psh13-dsa.dsone.3ds.com) by box5922.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1p58L7-000l1p-TT; Tue, 13 Dec 2022 09:41:10 -0700 Message-ID: Subject: Re: Good grief Charlie Brown From: Paul Smith Reply-To: paul@mad-scientist.net To: Jim Anderson , gcc@gcc.gnu.org Date: Tue, 13 Dec 2022 11:41:07 -0500 In-Reply-To: References: Organization: Please remain calm--I may be mad but I am a professional! Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.1 (by Flathub.org) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5922.bluehost.com X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mad-scientist.net X-BWhitelist: no X-Source-IP: 160.231.0.90 X-Source-L: No X-Exim-ID: 1p58L7-000l1p-TT X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (llin-psh13-dsa.dsone.3ds.com) [160.231.0.90]:39452 X-Source-Auth: paul@mad-scientist.us X-Email-Count: 1 X-Source-Cap: bWFkc2NpZTE7bWFkc2NpZTE7Ym94NTkyMi5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_05,DKIM_SIGNED,DKIM_VALID,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,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 Tue, 2022-12-13 at 11:28 -0500, Jim Anderson via Gcc wrote: > 1) I could not find any place to download the man page. I lost my=20 > internet connect and I have not man page :( You didn't say what platform you're working on, nor how you obtained the GCC that you are using, but recall that the GCC team doesn't publish already-built binary packages. If you built your own version of GCC from source, then all the documentation was contained with the source code. If you didn't build it yourself and instead installed a pre-built version, then you need to discuss this with the group that provided that pre-built version: the GCC development team can't help. Every binary package of GCC I've ever heard of comes with at least the man page (some distributions bundle the full documentation separately from the compiler but they all include the man page with the compiler). Did you try just running "man gcc" (assuming you are on a POSIX-type system)? > 2) How over pervasive gcc has become. It appears to be everything for > everybody for every environment possible. >=20 > I guess this is a good think, but I personally think not! I guess if you were one of the "everybody" needing "everything" on "every" environment, instead of you needing what you need in your environment, you might think differently!