Re: My gtk is does'nt work ??? :(



Hi,

Nicolas web <cerebro101 yahoo com> writes:

> gcc -Wall -g x.c -o x 'gtk-config --libs' 'gtk-config
> --cflags' 

which won't work since you need to use backticks (`) instead
of apostrophes ('). Apart from that the output of
`gtk-config --cflags` `gtk-config --libs` is equivalent to
`gtk-config --cflags --libs`.


Salut, Sven



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