Re: Compile GNOME hello world for dummies




> This is what I have.
> 
>         Gcc -Wall -g temp.c -o temp
> 

use this:

gcc -Wall -g temp.c -o temp `gnome-config --cflags --libs gnomeui`

Miguel.
-- 
miguel@gnu.org



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