Re: Begin with GTK.



On Tue, 24 Sep 2002, Jose Luis Alarcon wrote:

> taked from a online tutorial, with the command:
>
> # gcc -o gtk_example gtk_example.c 'gtk-config --cflags --libs'

If you read the tutorial carefully, you'll see that it says:
# gcc -o gtk_example gtk_example.c `gtk-config --cflags --libs`

Note the direction of the ticks surrounding gtk-config --cflags --libs.
They must be back ticks, not forward ticks.  On an American layout
keyboard, the tick you should use is the same key with ~ on it, above the
tab key.  The tick you used, which doesn't work, is the same key as ",
next to the Return key.

DM




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