7 Jun 2007 21:55
)
Andy Chambers <achambers.home <at> googlemail.com>
2007-06-07 19:55:16 GMT
2007-06-07 19:55:16 GMT
On 5/30/07, jan <jan.marecek <at> gmail.com> wrote:
> On Wednesday 30 May 2007 08:22, Andy Chambers wrote:
>
> > Howver, when I try
> > (ctk::tk-test), I get "Unable to load foreign library: libtcl.so".
> > This file doesn't seem to belong to any debian package.
>
> You can work around this by creating a symlink
>
> eg. first find which version of tcl is installed
> $ ls /usr/lib/libtcl*
> /usr/lib/libtcl8.4.so.0
>
> then as root create a symlink
> $ ln -s /usr/lib/libtcl8.4.so.0 /usr/lib/libtcl.so
>
>
> The proper solution is for the shared library loader to find
> the file itself, I'm working on a fix this.
Thanks for all the help. After dealing with the distractions of life
and finally getting round to trying out the advice above, I can
(require :celtk) without any errors. Now though, when I try to run
the test program (ctk:ltktest), I get following backtrace
Backtrace:
0: (SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR)
1: ("foreign function: call_into_lisp")
2: ("foreign function: funcall0")
3: ("foreign function: undefined_alien_function")
(Continue reading)
)
RSS Feed