On Thu, 17 Jun 2010, denis joubert wrote:
and you need to set the environnement with the path of the plugins
like this :
export LD_LIBRARY_PATH=/usr/lib/gretl-gtk2
(i installed gretl in /usr)
Why is that needed? The gretl plugins are dlopen'd on demand.
Provided the path to the plugins is right (and I think we just
fixed that, with the change to plugins.c) I don't see any reason
why the plugins directory needs to be in LD_LIBRARY_PATH. That's
certainly not the case on Linux or OS X.
Allin