Re: [gtk-list] Problem with GTK




Gottipati Aravind <slttg@cc.usu.edu> writes:

> Hi,
> 	I am trying to set up gtk on my linux (debian) machine. I can't
> get it to compile even the first program. I get the following message
> ---------------------------------------------------------------------
> ~/prog/cpp/gui/gtk $gcc base.c -o base `gtk-config --cflags --libs`
> /usr/lib/libdl.a(dlsym.o): In function `doit.2':
> dlsym.o(.text+0x22): undefined reference to `_dl_default_scope'
> dlsym.o(.text+0x4c): undefined reference to `_dl_default_scope'

This basically looks like that there is some mismatch in your C
librariy or compiler setup. Perhaps you installed a C library in a
different prefix at some point and didn't remove all the pieces?

In any case, it is unlikely this has anything to do with GTK+
in particular.

Regards,
                                        Owen



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