From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by sourceware.org (Postfix) with ESMTPS id 83AAE3858C52 for ; Mon, 2 May 2022 17:18:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 83AAE3858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-f46.google.com with SMTP id bg25so8611520wmb.4 for ; Mon, 02 May 2022 10:18:09 -0700 (PDT) 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:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=dgF4UaB3+KHDawn4ir7tD2t+ghfWluUAx8t0GMVFx9c=; b=MC8mqu4Ca4+kp3Bci2ImHRNexDHnzg1bUu4/OQ+47vwUsMlr0IWJs3qqAH75G9fS1M 3UsicVOq8OXAWkFb9quInBN0sHCwkCfjM3tIiM9TrFCYot1R8g6wJv2x2PNuMgvpDzN1 8dL+AvSOuk9oysKHbChBIE4d9Ae5qS7Slmp+bIo37khSLrZFF65qqSNYkjQRRgZmvCtz FptJMm9epCJlRgKtwY05ghKQWxUiMagWNxWLybENTFo9MqBw3Zjq2pmaZj7dKc3iFzOw DD5AY8aCGJfp41ptiHnwHARY5zbl/v/e+1eXZ/vHZXX36rSvurocNQ+7i8X2Btug+sY+ fXOg== X-Gm-Message-State: AOAM533zQ4gEQg6G4mnoE6YFvgpyXg4QJeRTrEO/lHuQs+e5Z5Lc8kKh KXTpZxHXM2olGadG6iD8MGABHBela+YVMA== X-Google-Smtp-Source: ABdhPJycoEabmHbzPi06J4fG/s2aw/yIgpfZNDn25RZI/aaSugJLKczoyNCLLbCdnDLWm0zjJtiCeQ== X-Received: by 2002:a7b:c119:0:b0:393:f98e:b56e with SMTP id w25-20020a7bc119000000b00393f98eb56emr129368wmi.128.1651511888436; Mon, 02 May 2022 10:18:08 -0700 (PDT) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id j26-20020adfa55a000000b0020c5253d909sm8149726wrb.85.2022.05.02.10.18.07 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 02 May 2022 10:18:07 -0700 (PDT) Message-ID: <2646fa67-e64a-fad3-4bec-525dd05da767@palves.net> Date: Mon, 2 May 2022 18:18:06 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: Statically link libwinpthread-1.dll in gdbserver Content-Language: en-US To: Claude Robitaille , "gdb@sourceware.org" References: <3ed22fb6-43f0-dc8c-a10e-6efa9baa8a1c@palves.net> <12aa0d4e-4225-4e7e-4443-8dee1e53092f@palves.net> From: Pedro Alves In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2022 17:18:10 -0000 On 2022-05-02 18:12, Claude Robitaille wrote: > "make all-gdbserver" fails. But just make works, albeit a little longer... "make all-gdbserver" failing is really strange. How did it fail? Note that should be issued at the top level. > > So, I now have a solution thanks. > > Just curious. --disable-foo is nice but the problem is to get a list of foo. Is there anyway other than sifting the script and metadata files? > > ./configure --help or ./configure --help-recursive are not that helpful. I'm now aware of a way to get that list. I think all component names match their corresponding top level directory names, at least. There are more directories than components, though.