Re: My gtk is does'nt work ??? :(
- From: Sven Neumann <sven gimp org>
- To: Nicolas web <cerebro101 yahoo com>
- Cc: gtk-list gnome org
- Subject: Re: My gtk is does'nt work ??? :(
- Date: 12 Apr 2002 13:26:34 +0200
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]