From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76641 invoked by alias); 15 Jul 2019 13:42:32 -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 76634 invoked by uid 89); 15 Jul 2019 13:42:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_FAIL,SPF_HELO_PASS,URI_HEX autolearn=no version=3.3.1 spammy=tweak, Frame X-HELO: n5.nabble.com Received: from n5.nabble.com (HELO n5.nabble.com) (162.253.133.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Jul 2019 13:42:29 +0000 Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 4F15FFD310E4 for ; Mon, 15 Jul 2019 06:42:28 -0700 (MST) Date: Mon, 15 Jul 2019 13:42:00 -0000 From: rih3306 To: cygwin@cygwin.com Message-ID: <1563198148321-0.post@n5.nabble.com> In-Reply-To: References: <1562880320576-0.post@n5.nabble.com> Subject: Re: building expect problems on W10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00116.txt.bz2 Good suggestion thank you. Can we please consider where I'm at presently before trying that? I'm now able to build expect.exe and libexpect5.45.4.dll using this configure line ./configure --disable-option-checking '--prefix=/usr/local' '--build=x86_64-unknown-cygwin' 'CC=/cygdrive/C/work/usr/local/bin/gcc' 'CFLAGS=-mcmodel=large' 'build_alias=x86_64-unknown-cygwin' --cache-file=../config.cache --srcdir=. &>configure-out.txt followed of course by make. However, running ./expect.exe produces a stackdump which is here. Exception: STATUS_ACCESS_VIOLATION at rip=00000000000 rax=0000000000000000 rbx=0000000000800080 rcx=0000000000000000 rdx=0000000000000000 rsi=0000000000000000 rdi=000000006D655AD3 r8 =0000000000000000 r9 =000000006CDEE551 r10=0000000000000000 r11=8101010101010100 r12=0000000000867580 r13=0000000000867590 r14=00000000008644F0 r15=0000000000867590 rbp=0000000000875EC0 rsp=00000000FFFFCA08 program=C:\work\___packages\expect\expect5.45.4\expect.exe, pid 940, thread main cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B Stack trace: Frame Function Args End of stack trace I get the stackdump both with and without the memory model option in the configure line. Is it possible to tweak my configure line and get rid of the stackdump? Thank you. -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- 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