From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 65374385E83F for ; Wed, 16 Mar 2022 07:43:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 65374385E83F Received: by mail-wr1-x42e.google.com with SMTP id r10so1692533wrp.3 for ; Wed, 16 Mar 2022 00:43:00 -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=kmaOo66kAPLCUGSaJjTO2R7+QtNOmEus9p7cFLbizzg=; b=6xTeQxykOXZQeAsV1w0tR5R/rdEN7LVvEfkkfAAExETFje+pLOaFsefirqJ1hiEdu/ s0Yr0ZVj2F5lm5BrgzGMmGMGOP336BbVrvbc7bajFPX6jgUZ+Sd/qCpNsDqByM6qGnSn dfqCxt2/SO0WvId6jbqwoHG74/XTaJOv0e5BpoKpzoifjFBpL/NbZPq+qNuunz7A/R/9 fH+y3GE3IaXAssOEm/QTfmSR/PAAN4pVzpwU3pSZbnw1Blct3Plef9SG/07LU+4c8kui DTXOB/sqQvrMnRyvl2iVg09rJ64WQSa0akjIaLtSKoHnJh7L06SnWxjFf2bUR4A5gmg6 YMmA== X-Gm-Message-State: AOAM530OhN4kZvVmIArBc3+Jh6DzTUOSY2Z9ZX9OEJWZYqYWxl1VA9SK maGn/v5OblDlFyqPktWL+vzwOw420Zq8idXxVok= X-Google-Smtp-Source: ABdhPJxXI15zW1GeMxSEZzNZ8OqzLZ13THZ4OmwdNyHDxVbF7v1bQAMgIMvDreOAbwQZAbp8NUtGrgxqE/Tdmf5ICIo= X-Received: by 2002:adf:efca:0:b0:203:7515:3c22 with SMTP id i10-20020adfefca000000b0020375153c22mr22397709wrp.395.1647416579175; Wed, 16 Mar 2022 00:42:59 -0700 (PDT) MIME-Version: 1.0 References: <20220315203620.283ae402ed80a5a8d072b2c6@schemamania.org> In-Reply-To: <20220315203620.283ae402ed80a5a8d072b2c6@schemamania.org> From: Jonathan Wakely Date: Wed, 16 Mar 2022 07:42:47 +0000 Message-ID: Subject: Re: passing command-line arguments To: "James K. Lowden" Cc: gcc-help X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, 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, 16 Mar 2022 07:43:05 -0000 On Wed, 16 Mar 2022, 00:37 James K. Lowden, wrote: > > I've done a complete rebuild after > "make distclean". And still no joy. > Not an answer to your question (sorry), but it's more reliable to just remove the entire build directory and rebuild in a new, empty directory. The 'clean' and 'distclean' targets are created by automake but not really maintained (or used) by anybody. You should be building outside the source tree in a dedicated build directory anyway, so just removing the whole thing is easy and doesn't affect the source tree. https://gcc.gnu.org/wiki/FAQ#configure