On Wed, 6 Aug 2008, artur wrote:
I tried to compile the gretl cvs version on Ubuntu 8.04. This were
the
commands:
1. ./configure --enable-build-doc
2. make
3. sudo checkinstall
I got no errors. But when I try to start gretl I get the following
message...
artur@artur-laptop:~/cvs/gretl$ gretl
[snip]
/usr/local/bin/gretl_x11: symbol lookup error:
/usr/local/bin/gretl_x11:
undefined symbol: set_workdir_callback
I'm not sure what exactly "checkinstall" does, but gretl_x11 and
the libgretl shared library are not in sync, so it looks as if
they are not installed properly. What happens if you try "sudo
make install" instead?
Allin.