delorie.com/archives/browse.cgi | search |
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:date:from:to:message-id:in-reply-to:references | |
:subject:mime-version:content-type:content-transfer-encoding; q= | |
dns; s=default; b=tk6gWTpDKzzeRz2Xd0cMCi6Z7c0h4EeZrG9sjKsh+Cgbur | |
oIN5thtOlRmLi8kcn7q8pjm4x9j5rT1qQh04txPtslKfdgZiK8giycNgIN5YGsh4 | |
wzZ3fWlhBx2+ocW+9FztqV3wkI6mrSiTpoehvFStzHRD0ATXtUC08YFer6IXA= | |
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:date:from:to:message-id:in-reply-to:references | |
:subject:mime-version:content-type:content-transfer-encoding; s= | |
default; bh=yi1V/iaccvaDEudyUBF1jzy5fOM=; b=T3UyW2ET8GjVOy114scj | |
e4kq7fomVqaG25A1yXSbWxtUaDD5deIgtLfsO2VPH2FHxlDb7nbRRGeJGq4Wvh0x | |
ljFu5Efw+rdXAimKjZPhWOOaa1JtOgay4urmhIuAxETWlfYS+LXxi4Zv5KPCiwz0 | |
Uzb8Dtl0oWlFQrXftVn0Sas= | |
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-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=2.5 required=5.0 tests=BAYES_40,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_INFOUSME,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2 |
X-HELO: | sam.nabble.com |
Date: | Thu, 1 May 2014 03:51:29 -0700 (PDT) |
From: | Tatsuro MATSUOKA <tmacchant2 AT yahoo DOT co DOT jp> |
To: | cygwin AT cygwin DOT com |
Message-ID: | <1398941489684-108248.post@n5.nabble.com> |
In-Reply-To: | <435912.18478.qm@web101109.mail.kks.yahoo.co.jp> |
References: | <435912 DOT 18478 DOT qm AT web101109 DOT mail DOT kks DOT yahoo DOT co DOT jp> |
Subject: | Re: gnuplot caca terminal work on Cygwin-x86 but not Cygwin-x86_64 |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
I have re-configured: cd "E:\usr\Tatsu\cyg64work\gnuplotcvs\build" CFLAGS='-g -O0' \ CXXFLAGS='-g -O0' \ ../gnuplot/configure --prefix=/usr/local/gnuplotcvs --with-caca and execute make and make install. $ gdb /usr/local/gnuplotcvs/bin/gnuplot GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-cygwin". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word". .. Reading symbols from /usr/local/gnuplotcvs/bin/gnuplot...done. (gdb) r Starting program: /usr/local/gnuplotcvs/bin/gnuplot [New Thread 7584.0x1f94] [New Thread 7584.0x1548] G N U P L O T Version 5.0 patchlevel alpha last modified 2014-04-29 Copyright (C) 1986-1993, 1998, 2004, 2007-2014 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info mailing list: gnuplot-beta AT lists DOT sourceforge DOT net faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h') Terminal type set to 'qt' gnuplot> set term caca Terminal type set to 'caca' Options are 'enhanced size 80, 25 background rgb "white" color noinverted charset blocks' gnuplot> plot sin(x) Program received signal SIGSEGV, Segmentation fault. 0x0000000077868e5d in ntdll!RtlUnwindEx () from /cygdrive/c/Windows/system32/ntdll.dll (gdb) where #0 0x0000000077868e5d in ntdll!RtlUnwindEx () from /cygdrive/c/Windows/system32/ntdll.dll #1 0x0000000000000000 in ?? () (gdb) up #1 0x0000000000000000 in ?? () (gdb) up Initial frame selected; you cannot go up. (gdb) Is this the Cygwin fault? -- View this message in context: http://cygwin.1069669.n5.nabble.com/gnuplot-caca-terminal-work-on-Cygwin-x86-but-not-Cygwin-x86-64-tp108246p108248.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |