Re: newbie doubt with gtktutorial

2008-01-19 Thread Jim George
On Jan 20, 2008 12:35 AM, dev new <[EMAIL PROTECTED]> wrote: > hi > i am trying out the gtk tutorial with gcc (cygwin on winXP) and wanted > to run the first example in gtktutorial (to show blank window)..i > copied the code and compiled it with > gcc base.c -o base `pkg-config --cflags --libs gtk+

newbie doubt with gtktutorial

2008-01-19 Thread dev new
hi i am trying out the gtk tutorial with gcc (cygwin on winXP) and wanted to run the first example in gtktutorial (to show blank window)..i copied the code and compiled it with gcc base.c -o base `pkg-config --cflags --libs gtk+-2.0` using the backticks( ` ) works in cygwin shell (but not in DOS)