|
From: Andrew B. <an...@br...> - 2006-07-14 19:02:55
|
Hi, I recently started to use gnuplot 4.0, but found I needed some features in 4.1. When I try the provided binaries the program crashes, when I try and use this simple script: reset set terminal png set output 'temp.png' plot(sin(x)) So I figured it was a bug so I tried compiling from the latest CVS source. After many hours of compiling/recompiling, etc, I still have the same crash. However if I use a different terminal (other than png) the image is plotted fine. So I assume this is a problem with libpng? I found this old posting http://sourceforge.net/mailarchive/forum.php?thread_id=9178285&forum_id=6027 stating the same problem, but looking the CVS is compiling with /MT. Can anyone recommend how to compile the code? Or just give me a binary that works with PNGs... thanks BTW I'm using Visual Studio .Net 2003, on Windows XP, with the gnuplot code from CVS about 30minutes ago (as well as snapshots from April). Thanks for any help Andrew |