my error message"ERROR: In procedure dynamic-link"

2008-01-07 Thread emerzak

hello friends
i have installed chart program in my mandriva powerpack 2008.i have
installed all guile dependencies.but the message error is alwyas here.
ERROR: In procedure dynamic-link:
ERROR: file: "libguilegtk-1.2", message: "/usr/lib/libguilegtk-1.2.so.0:
undefined symbol: scm_thread_count"
i want to inform that the program that i want to use is chart-46 de kevin
ryde the link is 
http://www.geocities.com/user42_kevin/chart/manual/index.html
i hope that you will help me.
cordialement
-- 
View this message in context: 
http://www.nabble.com/my-error-message%22ERROR%3A-In-procedure-dynamic-link%22-tp14660408p14660408.html
Sent from the Gnu - Guile - User mailing list archive at Nabble.com.





Re: my error message"ERROR: In procedure dynamic-link"

2008-01-07 Thread Neil Jerram
emerzak <[EMAIL PROTECTED]> writes:

> hello friends
> i have installed chart program in my mandriva powerpack 2008.i have
> installed all guile dependencies.but the message error is alwyas here.
> ERROR: In procedure dynamic-link:
> ERROR: file: "libguilegtk-1.2", message: "/usr/lib/libguilegtk-1.2.so.0:
> undefined symbol: scm_thread_count"
> i want to inform that the program that i want to use is chart-46 de kevin
> ryde the link is 
> http://www.geocities.com/user42_kevin/chart/manual/index.html
> i hope that you will help me.
> cordialement

I'm not very familiar with chart, but this page here - 
http://www.geocities.com/user42_kevin/chart/manual/Installing.html -
says that you should have guile-gtk 2.0 installed in order to run
chart-46.  Your error message above suggests that you have guile-gtk
version 1.2 installed.

If that's the case, please try uninstalling guile-gtk 1.2, installing
guile-gtk 2.0, and then reconfiguring and rebuilding chart.

Regards,
Neil