On Sun, 6 Dec 2009, Ivan Sopov wrote:
moradan@moradan-desktop:/usr/local/bin$ ./gretl
/usr/local/bin/gretl_x11: symbol lookup error:
/usr/local/bin/gretl_x11: undefined symbol: get_gretl_rc_path
It looks as if you have a crossed-up installation of more than one
version of gretl: the wrong library is being found. If you
previously had a distro version of gretl in place, make sure
it is entirely removed, and delete your old gretl preferences
file:
rm -f ~/.gretl2rc
Then do "sudo make install" from the CVS sources. Make sure that
the directory containing the gretl shared library,
libgretl-1.0.so, is known to the run-time linker (e.g. via an
entry in /etc/ld.so.conf) if it's not a standard location.
Allin