From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124481 invoked by alias); 6 May 2019 22:09:57 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 124472 invoked by uid 89); 6 May 2019 22:09:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=HX-HELO:sk:mail-ed, H*r:sk:crossgc, cygwin64, H*f:sk:c628477 X-HELO: mail-ed1-f44.google.com Received: from mail-ed1-f44.google.com (HELO mail-ed1-f44.google.com) (209.85.208.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 May 2019 22:09:56 +0000 Received: by mail-ed1-f44.google.com with SMTP id g57so16777507edc.12 for ; Mon, 06 May 2019 15:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=c68PbhqxOvouNUQH2hkbn6uCzALPE+XuOBl2tw4mD5M=; b=cjVXRFtZyFR6MB6Cgwj/bJwPYHo8FDx4u5X5Gn5OQJTqqvPjFpdjkiT3DLeQUYuCkm 0m7RS7vVZ2HJJHMi7xDR3qnBGUQsjJ619u00FXqDKcpmgc74JBJirQkTpHaiYUCyUVYl NTQSZWzOKcjL1MDNkDd3Kg0pwEl1qmIY4s2Ax91Y0plDfgVLdp+erRTaUIimQLn0wra2 9BSSKoxkm4o9IUlYuGH3DjR6/YRXmxzvTwRkwYXEb5dthFcmdJljTetyNALnxQH/lzH/ Kp1Qi/MjqJLpHrYiPS/d6peJyBfCyRU+uKoNIYNdcTCTvCT1THzRU77FOaejMj8Kcbe1 69WQ== Return-Path: Received: from [192.168.1.111] (dslb-084-061-108-239.084.061.pools.vodafone-ip.de. [84.61.108.239]) by smtp.gmail.com with ESMTPSA id q33sm3495937eda.71.2019.05.06.15.09.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 May 2019 15:09:52 -0700 (PDT) Subject: Re: autoconf: ./configure fails on cygwin for crosstool-ng-1.24.0 To: Paul Eggert References: <1f2e0707-6563-36a3-8e1e-1768bee278eb@gmx.de> Cc: bug-autoconf@gnu.org, crossgcc@sourceware.org From: Philipp Wiesner Message-ID: <2505a67f-07a3-4e70-2132-bf33b8ec1c91@gmail.com> Date: Mon, 06 May 2019 22:09:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-05/txt/msg00006.txt.bz2 Hello Paul, hello Allan, thanks to your input I was sure that the problem had to be found in my specific configuration and so I looked around and found it: I had installed cygwin into the windows program folder and symlinked the folder to C:\cygwin64. This seems to have caused problems, because deleting the symlink and moving the folder to C:\cygwin64 directly resolved the issue. Now ./configure runs until it fails to find libtool, which I consider a success. I can provide the /bin/bash -x ./configure log file upon request. Thank you! Philipp Am 06.05.2019 um 23:19 schrieb Paul Eggert: > It should work with your Bash. The fact that it fails with both your > Bash, and with recent zsh, suggest a configuration problem of some sort > (not a problem with your shells per se). You can try debugging it by > using 'bash -x configure', or by putting 'set -x' into 'configure' just > before the place you think is causing the problem. >