Re: Doubts about gtk 2.0
- From: Soeren Sandmann <sandmann daimi au dk>
- To: Paulo Ricardo Batista Mesquita <pmesquita atech br>
- Cc: "'gtk-list gnome org'" <gtk-list gnome org>
- Subject: Re: Doubts about gtk 2.0
- Date: 15 Jul 2003 15:51:51 +0200
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".
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]