From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf36.google.com (mail-qv1-xf36.google.com [IPv6:2607:f8b0:4864:20::f36]) by sourceware.org (Postfix) with ESMTPS id 7739238618E2 for ; Mon, 28 Sep 2020 15:03:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7739238618E2 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simon.cook@embecosm.com Received: by mail-qv1-xf36.google.com with SMTP id z18so600235qvp.6 for ; Mon, 28 Sep 2020 08:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yVRiwBgTJ3iCdbnRKwrX0U7c3ZL/x2TEsGxBr6Kyelk=; b=D/+X3Pz+GoPEvHMZ1Lx2bBPa5RMeUaIejxOUxEmnsZ8zD7k4L69r6SCOy2UiCL9QPv /L7X0d4hoFH08Oi0py7RQm0Cnt+o62SSrqEn5YGfnw8tioA7FBiuObd4rXgPPk+5/3BX UqZlkZvdY0X/nTJgPNqGIeTP+AUPCr+upv/QBkxRBVJ+DJ+uXirU+xr9SgK1+n0I2a5I B9QrgQ/CMcDHQuXST+c3NYW9a6cgQA2YOE0/uMAaEuzgNVt5Bey0fvOotnuTDxC0rzdx XTnDfLx+Pdlk0Ro5vyGLy5Ss2CP9KmlgLV3Jt9K/XbXn1LjZTdVxov071929DqU6NYI+ H0GA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yVRiwBgTJ3iCdbnRKwrX0U7c3ZL/x2TEsGxBr6Kyelk=; b=VlyocK8Ydh1aJpSEt+u5tbapViLHr0yInuJtyoT8fuvfDp2sKq2q2WH5xQAWEy8zSL NcOD0CJwBrNA+fldc+4Tvql4wxEfzOXu/hPF2xXGhiVAy+SXMO1WvR0KJWYzGTxeGsYi UqBi0ihcTZ3QfIanA122Hd6NDIfgb64bhqPckGbPCS6BbrbVZbxFJjUhZYEJ4Cohag5R fu84k4J4ZGmMbIgKAiHdZqCMr8O4MEFoQKbAkoMgZ+rEs5OJ1CIXrfN1tUMP12Hgr5xq PDwANWEmGVfWcBuoWG79PWkyqIMpef5vHjw79G9v70xK65ewSgkazfZVROu83fCKeIx0 V9tA== X-Gm-Message-State: AOAM533MayAmMyxpGzPLz62Ve1FRxrUa/snUMNhRVJ1sNXzvAY660oH6 JWFq3YAIUMgVB5ffp2abqNkXXSruLLM3WXrMAqgc5hdgp8SyAA== X-Google-Smtp-Source: ABdhPJxUTxEqZ0hhTYioJwJXpZ2orsrBU9Guv6BdnK6AxC6BIP53LwknYiZ27A6yWCUrM5Mrl6z6FE2zg2Ey7+uZTZ8= X-Received: by 2002:a0c:f109:: with SMTP id i9mr12057642qvl.43.1601305386816; Mon, 28 Sep 2020 08:03:06 -0700 (PDT) MIME-Version: 1.0 References: <833632m10q.fsf@gnu.org> In-Reply-To: <833632m10q.fsf@gnu.org> From: Simon Cook Date: Mon, 28 Sep 2020 16:02:53 +0100 Message-ID: Subject: Re: Unable to build GDB on Windows To: Eli Zaretskii Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 28 Sep 2020 15:03:08 -0000 On Mon, Sep 28, 2020 at 3:25 PM Eli Zaretskii wrote: > > What version of MS-Windows is that? I'm building on 64-bit Windows 10 (version 2004 if that's relevant) > What is the value of gl_cv_lib_assume_bcrypt in gnulib/config.cache? gl_cv_lib_assume_bcrypt=${gl_cv_lib_assume_bcrypt=yes} > And what do you see in gnulib/config.log about the test > > checking whether the bcrypt library is guaranteed to be present > configure:20630: checking whether the bcrypt library is guaranteed to be present configure:20650: gcc -c -g -O2 -D__USE_MINGW_ACCESS conftest.c >&5 configure:20650: $? = 0 configure:20658: result: yes