From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) by sourceware.org (Postfix) with ESMTPS id 4D86E3858D3C for ; Mon, 22 Nov 2021 00:45:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4D86E3858D3C Received: by mail-qt1-x829.google.com with SMTP id 8so15103908qtx.5 for ; Sun, 21 Nov 2021 16:45:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:to:from:subject:content-transfer-encoding; bh=kFSa2SpEayVzB7fo3sq5hoyYynDCtXHmJ17+L/3r4FY=; b=Qu0AFljjABE18QpP0c8rZ5I3VcuoPiR/a88g5O9fdnGfqneOl4++3+wkUJ1qvzKLuO ZZrfuSIDuQhePFSTNVOdhL1n0QXx81g8w0VBL9IBFUWOwFRdiyXmH2d1NKz3IYGDtQ9M 7tguHDWYOE8zUG2mDF71116HkBpVRg7BYXVuUtRO7JaSQ49zabbazrDK4+e1DSaSz5ik 6SPjqh0EPsLAgrD3k+XlLFa5cK4s3F/cESk+4HmyMfyiRBEwvyE0cqN+y+piEOECRlRE +SCWKoTlMG/EtsJ5shYDiU/Zsyozad98gZdHPakGyt7j2xlMuJmSqetnMv90u+yiFW50 /zyQ== X-Gm-Message-State: AOAM533TprBbMzJKBE1Fwt8lnqCWpGh3mWQuaDhs57HQee4wUqXpDRXA amonMorb29dq0bXl6b3AUPvtr6uU/gROJA== X-Google-Smtp-Source: ABdhPJyAeSN7Q2pJ8sq0lOqChcR5CBvV/NPPGxsEya5s+GbauJPLbSEFgn0YQLm9HwcCKN85jhpynQ== X-Received: by 2002:ac8:5809:: with SMTP id g9mr27172885qtg.411.1637541908666; Sun, 21 Nov 2021 16:45:08 -0800 (PST) Received: from [192.168.0.2] (173-81-55-154.pkbgcmtk02.res.dyn.suddenlink.net. [173.81.55.154]) by smtp.gmail.com with ESMTPSA id q20sm3751690qkl.53.2021.11.21.16.45.08 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 21 Nov 2021 16:45:08 -0800 (PST) Message-ID: Date: Sun, 21 Nov 2021 19:45:07 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Content-Language: en-US To: gcc-help@gcc.gnu.org From: Bill Cunningham Subject: error Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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, 22 Nov 2021 00:45:10 -0000 I believe this might be a glibc error because gcc is looking for libraries including static libraries from a libc I installed. So would anyone opine that I should go back and recompile libc? There's newer kernel headers out anyway.  If it's a gcc error wtf is wrong? Bill /mnt/x86_64-me-linux-gnu/bin/ld: cannot find /mnt/lib/libc.so.6 inside /mnt /mnt/x86_64-me-linux-gnu/bin/ld: cannot find /mnt/lib/libc_nonshared.a inside /mnt /mnt/x86_64-me-linux-gnu/bin/ld: cannot find /mnt/lib/ld-linux-x86-64.so.2 inside /mnt collect2: error: ld returned 1 exit status make[2]: *** [Makefile:995: libgcc_s.so] Error 1 make[1]: *** [Makefile:15133: all-target-libgcc] Error 2 make: *** [Makefile:969: all] Error 2