Re: newbie install problem





On Fri, 11 Dec 1998, defy wrote:

> can anyone shed some light on whats going on when I'm compiling gtk+?
> after about 20 minutes of compiling it gives me a whole lot of
> 
> .libs/libgtk.so: undefined reference to `g_strdup_printf'
> .libs/libgtk.so: undefined reference to `g_node_depth'
> .libs/libgtk.so: undefined reference to `g_datalist_id_set_data_full'
> .libs/libgtk.so: undefined reference to `g_hook_next_valid'
> .libs/libgtk.so: undefined reference to `g_hook_list_init'
> .libs/libgtk.so: undefined reference to `g_datalist_clear'
> 
> and then errors

You have to compile and install glib before gtk+.  These functions are
from there.

Best of Luck,
-Gleef



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