Re: [gtk-list] still need help



arik devens wrote:
> gcc -Wall -g helloworld.c -o hello_world `gtk-config --cflags` \
> `gtk-config --libs`
> 
> on the first tutorial is giving me an error of:
> gcc: -L/usr/lib file not found

Hi!
I have similar errors when I omit the space before \. Maybe you have
done so too, without knowing. Try writing the whole command in one line
(without the \ of course).

If it still does not work, fill in the output of the two gtk-config
commands manually, to iterate yourself to a solution.

Greetings,
Roland Bock



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