:# gcc -Wall -g helloworld.c -o hello-world 'gtk-config --cflags' 'gtk-config --libs' 철자를 잘못 쓰셨네요. 'gtk-config --cflags' 아니라 `gtk-config --cflags` `gtk-config --libs`와 같이 역 따옴표를 써주어야 합니다. 도움이 되었길.--내 서명???