Re: newbie doubt with gtktutorial

2008-01-20 Thread Tor Lillqvist
> using the backticks( ` ) works in cygwin shell (but not in DOS) There is no (MS-)DOS involved at all in Windows XP. Saying "DOS" when you mean "Command Prompt" or "cmd.exe" is pointless and silly. But yes, you are right of course, backticks work only in a Unix-style shell. > when i try to run i

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)