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:reply-to:reply-to:to:message-id :subject:mime-version:content-type:content-transfer-encoding :references; q=dns; s=default; b=GAq2aDk/H09Ap1VCxl0zzxr5ikr38xI XA+Kv9KgATWNKHMedp9ay4ZUr18lqHzggjOiS64QrD3Fz4G+TT0w7v4nQSP2HUOS HCofD/uIjgtEDcd84MJshW/puH2Q02LVD0ur1oJbSMMBzjjH514cjv7ZVjgLYjNH 1MWqHkgnBzKo= 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:reply-to:reply-to:to:message-id :subject:mime-version:content-type:content-transfer-encoding :references; s=default; bh=JFrF/E4ruxcPDcq7YHQPaxSquhg=; b=yYken oDmgdpuTOhZbiLYVVLEC9Axw8EL/wvDWMR7pMn32teMDb2xk5MftQmLxB7sTWrma EFosqnLF0+HQ7n3ISHiPBotugFDltN5jWlvumsyEyI4/by3ZJA/w4xQGWE4d2k0/ ADcv99mIDkS7DXPseQ5TqnVCyjmjLrR3UX7x4Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-1.4 required=5.0 tests=AWL,BAYES_50,FORGED_MUA_MOZILLA,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=handbook, H*x:6.1, scientific, H*x:YahooMailBasic X-HELO: sonic316-22.consmr.mail.ne1.yahoo.com Date: Wed, 12 Jul 2017 15:48:49 +0000 (UTC) From: "Ian Lambert via cygwin" Reply-To: Ian Lambert Reply-To: Ian Lambert To: "cygwin AT cygwin DOT com" Message-ID: <401240658.4426670.1499874529566@mail.yahoo.com> Subject: A success installing Dataplot using Cygwin, thanks to this list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 References: <401240658 DOT 4426670 DOT 1499874529566 DOT ref AT mail DOT yahoo DOT com> X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v6CFn6bT006329 Question: Would this software be a candidate for a Cygwin package? Disclaimer: My testing has been minimal so far, but the X GUI and command line versions seem to work OK. "Dataplot® is a free, public-domain, multi-platform (Unix, Linux, Mac OS X, Windows XP/VISTA/7/8/10) software system for scientific visualization, statistical analysis, and non-linear modeling." http://www.itl.nist.gov/div898/software/dataplot/ It is associated with the NIST/SEMATECH Engineering Statistics Handbook: http://www.itl.nist.gov/div898/software/dataplot/handbook.htm It is available for Linux/Unix, Windows and Mac, and Cygwin is said to be supported/tested: http://www.itl.nist.gov/div898/software/dataplot/ftp/unix/homepage.htm At first it wouldn't build for me. Installing additional development libraries/packages were needed for the following: gd png freetype X11 termcap Then everything in the linux build script worked, except it gave: ld: cannot find -ltermcap Based on https://sourceware.org/ml/cygwin/2010-07/msg00389.html , the following change was made (and reported to the developer for a fix): $ diff build_linux_gfortran.bash-bkup build_linux_gfortran.bash 196c196,197 < LDFLAG="$LDFLAG -lreadline -lhistory -ltermcap" --- > # LDFLAG="$LDFLAG -lreadline -lhistory -ltermcap" change per cygwin mailing list, 2010-07 > LDFLAG="$LDFLAG -lreadline -lhistory -lncurses" So, thanks to the list! -- 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