installing gnuplot at Bluehost

I tried installing gnuplot through my shell at Bluehost. My first attempt failed.

This post helped:

http://sourceforge.net/tracker/?func=detail&atid=102055&aid=3096253&group_id=2055

Yes. There seems to be a problem with the configuration script on Redhat.
I do not know why it hits Redhat and not other linux distros. There is a
revised configuration script attached to tracker item 3093208

https://sourceforge.net/tracker/?func=detail&aid=3093208&group_id=2055&atid=102055

or as an immediate work-around you can do the following:

bash> ./configure LDFLAGS=”-lncurses”

This is what I did:
$ ./configure -prefix=$HOME/usr LDFLAGS=”-lncurses”
$ make
$ make install

No errors this time.

Right on! It works.

sine

first gnuplot graph on bluehost

I now have a simple script set up on arithmometer.org to plot functions in the browser window:

http://arithmometer.org/gnuplot/gnuplot_4.pl

Posted in Uncategorized | Leave a comment

Hello world!

I am attempting to use WordPress to manage this site.  I am off to a slow start.  I did manage to get the WordPress network going with another blog, churchofbacon.org/beer

Posted in Uncategorized | 1 Comment