Re: Doubts about gtk 2.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paulo Ricardo Batista Mesquita <pmesquita@atech.br> writes:

> and I tried to compile this using 
> 
> gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'.

The quotes around the pkg-config bit are wrong. It has to be:

        `pkg-config --cflags --libs gtk+-2.0`

not

        'pkg-config --cflags --libs gtk+-2.0'


On unix putting things into `-quotes (backpings) means "execute this
command and put its output here".


[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux