From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96370 invoked by alias); 11 Jul 2019 23:10:12 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 96359 invoked by uid 89); 11 Jul 2019 23:10:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*u:en-US, H*UA:en-US, HX-HELO:sk:mail-ot, H*u:5.1 X-HELO: mail-ot1-f48.google.com Received: from mail-ot1-f48.google.com (HELO mail-ot1-f48.google.com) (209.85.210.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Jul 2019 23:10:02 +0000 Received: by mail-ot1-f48.google.com with SMTP id e8so7579027otl.7 for ; Thu, 11 Jul 2019 16:10:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=/Gut3+XxYxoEzdOzmYwB6w6+rv7kWkX7Gwfqu5w0J+0=; b=sAjOZT/qnACa3ugkq5ZQyJBW24xg9h/MYLzkXTzKaiESh6x9MX+liKsbLOKoYqC1Fu HUVp8WAw6uDIjtXNPlJgyDQ8mKsbJ7Dsg8/ahY/uWuD1EQ/Ahx6XELfdlbvDp60ZW0hf DQu1EOzArLZPJq9NsQaqzRBY6/F1grsv5IqFc3C5zvsBvFAWXnaFf4OU7ScRf72OCe4n lfeOE238hTj8yKRJcF/Aa866Wt/3dhs8vRimSLrKcVMdhjQFMowP60BTO/gCOf+4O1ym SWyEb4902Gq4kCSbYcW5MEQz4Yjp4jwxfYYPTQFfnaVhQMxx8f21GvD+k7bFCFJq5teZ SlmQ== Return-Path: Received: from [192.168.10.5] ([200.57.195.23]) by smtp.gmail.com with ESMTPSA id c21sm2361803oib.4.2019.07.11.16.09.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Jul 2019 16:09:59 -0700 (PDT) Subject: Re: building expect problems on W10 To: cygwin@cygwin.com References: <1562880320576-0.post@n5.nabble.com> From: =?UTF-8?Q?Ren=c3=a9_Berber?= Openpgp: preference=signencrypt Message-ID: Date: Thu, 11 Jul 2019 23:10:00 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 MIME-Version: 1.0 In-Reply-To: <1562880320576-0.post@n5.nabble.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-07/txt/msg00093.txt.bz2 On 7/11/2019 4:25 PM, rih3306 wrote: > I'm having trouble building expect. > > I'm using W10 + cygwin + GCC 9.1.0 > > $ uname -a > CYGWIN_NT-10.0 GZ1CB 2.11.2(0.329/5/3) 2018-11-08 14:34 x86_64 Cygwin That's an odd combination, an ancient version of Cygwin with a new gcc (which you probably built). > using this configure line > ./configure --build=x86_64-unknown-cygwin > CC=/cygdrive/C/work/usr/local/bin/gcc --cache-file=config.cache > &>expect-configure-out.txt Why are you configuring like a cross-compilation? None of that should be needed to build a package that is to be used in the current version. > Configure output includes > > This script, last modified 2003-10-07, has failed to recognize > the operating system you are using. Configure usually shows "Target: x86_64-pc-cygwin", but yes the log also shows "host='x86_64-unknown-cygwin'". Anyway that is using configure without any build, or host parameter. -- R.Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple