> You need to export the symbols otherwise GtkBuilder wont find them. > > Try gcc `pkg-config --cflags --libs gtk+-3.0 gmodule-export-2.0` -o test test.c Thanks...It worked.