Re: Gnome compiling for dummies



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]