Re: Gnome compiling for dummies
- From: Andrew Clausen <clausen alphalink com au>
- To: Jarrod McReynolds <JarrodM osas com>, gnome-list <gnome-list gnome org>
- Subject: Re: Gnome compiling for dummies
- Date: Wed, 07 Apr 1999 06:49:53 +1000
Jarrod McReynolds wrote:
>
>
> I have pasted the code for the hello world example from the GNOME web
> site but it does not compile and I'm not sure what the line is that I
> need to do this
>
> This is what I have.
>
> gcc -Wall -g temp.c -o temp
should be:
gcc -Wall -g temp.c -o temp `gnome-config gnome --cflags` `gnome-config
gnome --libs`
Andrew Clausen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]