|
From: R. D. R. <ro...@rd...> - 2007-04-05 21:46:46
|
Hello, 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 Terminal type set to 'wxt' gnuplot> plot x*x Failed to initialize wxWidgets. gnuplot> Here is a list of kit versions that I'm using: atk-1.18.0.tar.gz cairo-1.4.2.tar.gz gd-2.0.34.tar.gz glib-2.12.11.tar.gz gnuplot-4.2.0.tar.gz gtk+-2.10.11.tar.gz libpng-1.2.16.tar.gz pango-1.16.1.tar.gz wxWidgets-2.8.2.tar.gz zlib-1.2.3.tar.gz What can I do to diagnose the failure? Is there a log somewhere I can view? Any help is much appreciated. Thanks, Ron |