RE: [gtk-list] Unidentified subject!



uh ..
do you also need `gtk-config --libs` in that gcc cmdline ?
That will ensure that the current gtk libs directories are included in
your compile.
try gtk-config --libs
and gtk-config --cflags 

on the command line to see what they are returning .. If you use this in
your makefile, then it makes your build environment a little more
portable.

> gcc -L/usr/local/lib -I/usr/local/include
> -I/usr/local/lib/glib/include first.c
> 
> 



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