Cygwin + Windows 7 + (C++) + GNU Science Library (GSL) Not Working

2011-02-22 Thread Dilan Shah
I have a simple piece of C++ code below: #include #include #include "gsl/gsl_rng.h" #include "cavlib/constants.hh" using namespace std; // Random number generator (between 0 and 1) double random_number() { gsl_rng* rng = gsl_rng_alloc( gsl_rng_default ); double random_number = gsl_rng_uni

Re: Cygwin + Windows 7 + (C++) + GNU Science Library (GSL) Not Working

2011-02-22 Thread Dilan Shah
I appreciate the help and pointing in the right direction, but I am not sure that the Makefile is the issue, as it has been created by someone else and tested to work fine on Linux. -- View this message in context: http://old.nabble.com/Cygwin-%2B-Windows-7-%2B-%28C%2B%2B%29-%2B-GNU-Science-Libr

GNUPLOT in Cygwin: Terminal type set to 'unknown'

2011-02-24 Thread Dilan Shah
I am trying to use GNUPLOT in Cygwin, however whenever I start it up it just says the terminal type is unknown and then when I try to plot something simple like sin(x), nothing happens. $ gnuplot G N U P L O T Version 4.4 patchlevel 0 last modified March 2010 Syst