On Mon, 21 Jan 2013, Clive Nicholas wrote:
Okay. Essentially,
/usr/local/bin/gretl
is still showing
bash: /usr/local/bin/gretl: No such file or directory
But (according to your logs) you reconfigured with --prefix=/usr and
installed under /usr, so now the relevant test is
/usr/bin/gretl
As it happens, you should find gretlcli there, but not the GUI
program, gretl_x11. The config.log shows that gtk+-2.0 was not
found, so the GUI would not get built.
You need to install the GTK devel package
sudo apt-get install libgtk2.0-dev
Please read Appendix C.2 to the Gretl User's Guide, "Build
instructions: a step-by-step guide".
Allin Cottrell