Re: Doubts about gtk 2.0

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

 



On Tue, Jul 15, 2003 at 10:28:46 -0300, Paulo Ricardo Batista Mesquita wrote:
> 
> #include <gtk\gtk.h>

#include <gtk/gtk.h> 

> 
> gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'.

gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0`
Those are backticks, not single quotes. (What's -s?)

Noah


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

  Powered by Linux