From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) by sourceware.org (Postfix) with ESMTPS id 90C4C3857418 for ; Wed, 11 May 2022 06:35:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 90C4C3857418 Received: by mail-oi1-x233.google.com with SMTP id y63so1602245oia.7 for ; Tue, 10 May 2022 23:35:37 -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=5aLp4NdovRXtXxbYpSa8AnLa1qtxp9wkcplRml49Jo4=; b=PSPcXfEEKZy4DbcRpC3Tn0yTPW23VDChifG5uYIUsXf0MxppYbVHr4dnfuUvXJz9vq 84Wx08essS6kmiPN6ADOkcWcQWuwopRijUcbAW+c9wqqI8dSn2yYxOFdMvuYUCbzgfAM cj99iN7sF2gPSd98cH6RCBEQUGkeqGeIHBKJtGmHXLoWSl9x7OtEZdZOkHuGJo8rfRC4 lrbkgQ5W6Wsb1hdec113XxSSNRkXk1gpZzgZcpIYb0MJlHOawfw1qtxLkpyN5tzzddhz PddV/KDoZs3HGl3sxTNLAKu0CjE9X/qdLHj73uQdLXC4YJxOBotJGaq1PfJEjhv0T10p nMOQ== X-Gm-Message-State: AOAM53255fVKSb17uQSTaRc+9bSlYIhEumsLAI3lIhzLREox8fWWoBa+ ThoHAFAjeF16crUt1cZ6LsVK/TM1+2+kJwZbXWA= X-Google-Smtp-Source: ABdhPJyO6BwY7EuM3D0gCUXW0wxE64foiMdIarnn66k1mN1issfj+kTtdlDHFl9fv3YmIuG792rKb3qVqk9zRWneY3I= X-Received: by 2002:a05:6808:2097:b0:326:6bc9:407e with SMTP id s23-20020a056808209700b003266bc9407emr1725796oiw.250.1652250936825; Tue, 10 May 2022 23:35:36 -0700 (PDT) MIME-Version: 1.0 References: <4d4d2db210a3f181e0114d2670a7918826957900.camel@xry111.site> <8f8fb7611632ff388659b1da3500abc181da97c2.camel@xry111.site> In-Reply-To: From: Zopolis0 Date: Wed, 11 May 2022 16:35:26 +1000 Message-ID: Subject: Re: libjava configure fails on finding no C compiler in $PATH despite gcc being present To: Xi Ruoyao Cc: Jonathan Wakely , gcc-help 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, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 11 May 2022 06:35:41 -0000 Never mind, the issue when away when I deleted libjava/libltdl, which wasn't really necessary as far as I can tell because libltdl ships with libtool which is already a dependency for compiling gcc. On Wed, May 11, 2022 at 3:59 PM Zopolis0 wrote: > All of the relevant M4sh Shell Functions in other configure scripts in gcc > were either added along with the rest of the directory or date back > to 22e052725189a472e4e86ebb6595278a49f4bcdd, which did not make notable > modifications to the configure.ac scripts, which leads me to believe that > there might be something overriding or blocking the creation of these > functions in libjava/configure.ac and libjava/libltdl/configure.ac. I > also have a suspicion that the reason classpath works is that it was > designed to be a standalone library from gcc. > >>