[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems with libraries using C - code
When trying to use a library which uses dynamically compiled c-code on
my debian linux laptop I get the following error:
goo/user 1<= dreamer@CoolLaptop:~$ goo
;;; GOO
;;; JONATHAN BACHRACH
;;; MIT AI Lab
;;; SEP 18, 2002
;;;
;;; VERSION = 0.151
;;; ROOT = /home/dreamer/goo/lib/goo/
goo/user 0<= (use demos/nettest)
[Loading module demos/nettest...
[Loading module goo/io/net...
FAILED TO LOAD /tmp/exp-686-0.so BECAUSE /tmp/exp-686-0.so: undefined
symbol: YgooSioSnetYPwrite_socket_string
]
ERROR: Unbound variable connect-socket.
Type ",restart N" to restart execution:
1. Return to interpreter level 1.
2. Return to interpreter level 0.
3. Exit the top-level interpreter.
goo/user 1<=
When trying to use the samurui library a segmentation fault (SIGSEV)
happens:
goo/user 1<= (use samurui/test)
[Loading module samurui/test...
[Loading module samurui/samurui...
[Loading module samurui/gtk...
Speicherzugriffsfehler
dreamer@CoolLaptop:~$
I'm using yesterdays CVS. Is that a known error? Is there a
workaround?
Cheers
Bene