Re: [gtk-list] FW: Re: GLib 1.2.2



On Thu, 13 May 1999 14:47:13 +0800, gtk-list@redhat.com (kenny leong) wrote:
> it's working fine and finally GTK had installed. But when I compiled a simple
> program which in the tutorial, I got a error message something like unable to
> find "glibconfig.h". (I'm using RH5.2)
> 
> the command line :
> 
> gcc base.c -o base 'gtk-config --cflags --libs'
                     ^                          ^
                     |                          |
Use back quotes (`), not normal quotes ('): 

  gcc base.c -o base `gtk-config --cflags --libs`

This is really becoming a FAQ.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2785859  Fax: +31-15-2781843  Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/




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