|
From: <HBB...@t-...> - 2007-04-06 19:39:27
|
R. D. Ross wrote: > I need help. I've been tasked with building a version of gnuplot 4.2 > using wxWidgets and gtk2. I'm doing this on a SLES 9 system, so I > downloaded many of the constituent kits, built them along with gtk2 > and wxWidgets and "successfully" linked a gnuplot executable. > I start gnuplot: > > ./gnuplot This way of starting gnuplot indicates potential trouble. Better try use "make install" then just run gnuplot (without the "./" to start it from the current working directory). > What can I do to diagnose the failure? Is there a log somewhere I > can view? ldd gnuplot should be worth a look, to check for possible installation problems of one of those lots of shared libraries you installed immediately before building gnuplot... |