delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/07/11/19:11:01

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=ZqX5dGVbb/CW7sym
44Oh022zZNA0tp0sN4niTY0zISDiV0zW1S6CP6HwUVI8XsrceU0orCkcmAEclHZ8
+KtjiM2cnTp12im1Qxf2x30GcNkeKjhV25H9nN7sZ4YRuCI2EnsH6yKeOlzY+qcG
R4tBQE7sQqyfYdVSVNGxASDGcqM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=X8O0JNb2lPBkd4n9FtHLAi
kEX2A=; b=FJed4c1g01eQm07WsThfrKW/UDQHAEzfK5QwlTs7CjDGLYn8naXoRA
cIK5Qc2xzzZ+rSccfyW1jdUCjNtNKYO55q9ms3NljUiuGQGzf8IqO0HI3T1Vc/Cw
F7z4F7+BlqLoxcyx8nks7B/bVUMBv1nSDaDY5Mq3vZFGzfrplbgUw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
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
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==
Subject: Re: building expect problems on W10
To: cygwin AT cygwin DOT com
References: <1562880320576-0 DOT post AT n5 DOT nabble DOT com>
From: =?UTF-8?Q?Ren=c3=a9_Berber?= <rene DOT berber AT gmail DOT com>
Openpgp: preference=signencrypt
Message-ID: <b595740e-3e01-8a22-2a77-c9af96560931@gmail.com>
Date: Thu, 11 Jul 2019 18:09:58 -0500
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>

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019