Re: Can't compile with 'gtk-config --cflags --libs'



In message <02010812231300 25665 localhost localdomain>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



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