From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by sourceware.org (Postfix) with ESMTPS id 42961385042D for ; Wed, 11 May 2022 08:10:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 42961385042D Received: by mail-wr1-x42f.google.com with SMTP id d5so1794530wrb.6 for ; Wed, 11 May 2022 01:10:52 -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=8JqUlt6N3hSeypbSd3evWuKUtrwHkEqT6ZW1V920bQs=; b=MhH6Un6pnigcBhmGwKAXPgyM/l1ElwRCZbhqr6/lnC3uGc8do+YOfNQ/ow4BZdvfNQ Uwy8Asq33LoUSL3P9xjthymlMVjuY7poS6MkHnJ/x146Z9hkmwmhp25HeseSirjCQr3w jzOikyxGlns89NwOm/A18jbdqq9Gd0aUKfrjWEgsk1EbZxI4poeWcoEgv4fH0YXw8krW 7ZA7Ay61R1xeFeFnDCq7o4jdP00WuILJNZQeABOYigSLwl58CX0qEn6fvmxpIhOTPg5S LOve0banU/pzVado30QAGhpnf68oX5PSlRC19G1RGXKSlskdLTjTzDQFDTqSKKM/QC9K ouww== X-Gm-Message-State: AOAM532C+KrOH/7dbTOniHwIpjdEFFWF1y+daM6kmKn4KE+5Yih7ExW9 t0Fj0htDhWrRC6BEdVr+PaUKC1bJAlDlBStjBqM= X-Google-Smtp-Source: ABdhPJyGWFzWWPXa24W7hn4Wh/7DgD9hfeWWCnm6Ww1JarKDuTA6sDs09BBc3PxSDOGvadBxhMDjciqm7ujH0hzuCbY= X-Received: by 2002:adf:dc91:0:b0:20c:cb51:4160 with SMTP id r17-20020adfdc91000000b0020ccb514160mr10813013wrj.568.1652256650898; Wed, 11 May 2022 01:10:50 -0700 (PDT) MIME-Version: 1.0 References: <4d4d2db210a3f181e0114d2670a7918826957900.camel@xry111.site> <8f8fb7611632ff388659b1da3500abc181da97c2.camel@xry111.site> In-Reply-To: From: Jonathan Wakely Date: Wed, 11 May 2022 09:10:39 +0100 Message-ID: Subject: Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present To: Zopolis0 Cc: Xi Ruoyao , gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_LINKBAIT3, 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.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: Wed, 11 May 2022 08:10:59 -0000 It's possible you'll need to regenerate the libjava/configure script and the libjava/tools/Makefile.in template, because since libjava was removed from GCC the rest of the source tree was updated to use a newer automake and autoconf: https://gcc.gnu.org/g:22e052725189a472e4e86ebb6595278a49f4bcdd Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). Maybe it doesn't matter, if the libjava configure is self-contained. But it's something to be aware of.