|
From: Petr M. <mi...@ph...> - 2009-10-30 22:30:52
|
> Here's a transcript from a recent CVS: > > Terminal type set to 'windows' > gnuplot> set term png > Terminal type set to 'png' > Options are 'nocrop font arial 12 size 640,480 ' > gnuplot> set term windows > Terminal type set to 'windows' > Options are 'color noenhanced' > gnuplot> set term png > Terminal type set to 'png' > gd.trm: caught initialization error > > If I attempt to plot after the _first_ "set term png" gnuplot will crash, > every time. If I wait until after the "caught initialization" error as > above, plotting works fine -- valid PNG results and no crash. (There are > certain combinations of options I can give to the PNG terminal to avoid > this crash, but I haven't narrowed down exactly what they are.) I've compiled gnuplot with static gd library and it works correctly. --- PM |