In message <[EMAIL PROTECTED]>you write:
>gtk-config doesn't get executed when I put it in the command line. I 
>single-quoted it like in the hello world example in the tutorial, but gcc 
>thinks it's a file (a problem with my shell? I am using bash).

you haven't quoted it correctly. under all unix systems, there is a
very significant and important difference between:

     `foo`

and
        
     'foo'

--p
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to