PDA

View Full Version : [ubuntu] Can't compile GTK in Ubuntu...



eafonso
January 21st, 2012, 11:45 PM
Hi !
When I try to compile a gtk file using xterm, I write (for a program named foo.c) "gcc -c foo.c `pkg-config --cflags glib-2.0` `pkg-config --cflags gtk+-2.0` ". Is this wrong ? When I try to compile a message appears " No package glig-2.0 found ".

Thanks in advance