Re: Doubts about gtk 2.0



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



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