Re: Problem with gnome-compliant app rpm binaries




On Sun, 11 Oct 1998, Dave C. wrote:
> error:
> 
> /usr/lib/libgnomeui.so.0: undefined symbol: gtk_type_check_object_cast
> 

If you get undefined symbols, your apps and libraries are not in sync.
This error means libgnomeui.so.0 expects the symbol
gtk_type_check_object_cast, which does not exist (it's supposed to be in
libgtk). So you have the wrong Gtk. When you compile, you must get things
in sync somehow.

("undefined symbol" should probably be in the FAQ if it isn't.)

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]