From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by sourceware.org (Postfix) with ESMTPS id 25B5B39DC4E5 for ; Thu, 4 Mar 2021 14:19:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 25B5B39DC4E5 Received: by mail-il1-x133.google.com with SMTP id v8so21317132ilh.12 for ; Thu, 04 Mar 2021 06:19:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Q3qyIoyL3f5KdVEzoc3PQpFXSYFrDYJLLlJAx3T5tHo=; b=OYA7STEmTjdTNFB1CWcoeOroPQTbGqi6/9vb7dtqZK3TW/WtQAF5mvHlUiF7e6aZSQ rg6c3VzTHyV0llbAviUHUQrpTFp9SOG7sOD1Gb3UBQtr+qTMVz0CeZ6k4tHDhANhsvf5 zICPhvVar/QeWZ/aDCGgdKJOkotBhMg70cRFYDAgYYJ1zwxPaBeH/3PDjRH3/aEeGeSR y7YXeBC3bkjbAoipWfITB2IVfRvNdLC8mksxvOvRkULYvSK2oRn3/AKBJ9qXHqiLAlXj 5nmvmVG9/Cc7QNhsg3xS3yTStfuaUgiuKFjecWOm+caGW5KXd+i7Ekexooax1wYoaA1A x7+g== X-Gm-Message-State: AOAM530XJ1t2HikUDWGggca8MKGcDNmu1i704YrcsPPHcukKBAKGwMCS OHnzKPXA/tmDCGCLRm2Cb8zgnbwFZeXAlzOsytQ= X-Google-Smtp-Source: ABdhPJyEcFGVl34HrHOGdC66hmNrN+ACKQbKfK66GUeTmpjo0GCKejW2gkr0o3Ftj4RDaYB4a56esj4+jV5yqQaFCQs= X-Received: by 2002:a05:6e02:1a66:: with SMTP id w6mr3759347ilv.95.1614867598714; Thu, 04 Mar 2021 06:19:58 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:6602:349:0:0:0:0 with HTTP; Thu, 4 Mar 2021 06:19:57 -0800 (PST) In-Reply-To: <87wnunnq3q.fsf@oldenburg.str.redhat.com> References: <87wnunnq3q.fsf@oldenburg.str.redhat.com> From: Peng Yu Date: Thu, 4 Mar 2021 08:19:57 -0600 Message-ID: Subject: Re: Directory structure of glibc and header files installed on Linux To: Florian Weimer Cc: Peng Yu via Libc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 14:20:01 -0000 I can see what files are in the ubuntu package libc6-dev. But that does not help with where they come from and what the structure of the glibc is. An explanation of the source tree would be helpful. On 3/4/21, Florian Weimer wrote: > * Peng Yu via Libc-help: > >> I'd like to know the complete list header files installed on Linux. > > The easiest way is to run build-many-glibcs.py and look at the install > trees. The answer varies from architecture to architecture. > > Thanks, > Florian > > -- Regards, Peng