public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Ian Lambert via cygwin" <cygwin@cygwin.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: A success installing Dataplot using Cygwin, thanks to this list
Date: Wed, 12 Jul 2017 15:48:00 -0000	[thread overview]
Message-ID: <401240658.4426670.1499874529566@mail.yahoo.com> (raw)
In-Reply-To: <401240658.4426670.1499874529566.ref@mail.yahoo.com>

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

       reply	other threads:[~2017-07-12 15:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <401240658.4426670.1499874529566.ref@mail.yahoo.com>
2017-07-12 15:48 ` Ian Lambert via cygwin [this message]
2017-07-14 20:59   ` David Stacey
2017-07-14 21:00     ` Michael Stellar
2017-07-15  6:56       ` Michael Stellar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=401240658.4426670.1499874529566@mail.yahoo.com \
    --to=cygwin@cygwin.com \
    --cc=ian.lambert_42@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).