GTK Gui Module Help

Miscellaneous Forums/Linux Discussion/GTK Gui Module Help

I'm trying to build an application using Brucey's GTK Gui module and it says:

/usr/bin/ld: cannot find -lglib-2.0
collect2: ld returned 1 exit status
Build Error: Failed to link myapp


Being a complete Linux newbie (at least for now) I have no idea what that means. Please help me.

Do you have GTK 2.0 installed?

when you see this:
/usr/bin/ld: cannot find -lglib-2.

It means that the linker (ld) could not a the library named after the -l, i.e. glib-2. As Plash suggests, this is probably part of gtk dev module, so make sure you get it. Otherwise, search the interweb for that lib (and the next one that fails) and install the relevant modules.

from the original gtk thread:

sudo apt-get install libgtk2.0-dev