#!/bin/bash -ex gcc -g -c test4.c $(pkg-config --cflags gtk+-2.0) gcc -o test4 test4.o $(pkg-config --libs gtk+-2.0)