Re: [gtk-list] gtk-config




On Wed, 17 Mar 1999, The Mango wrote:
> Maybe someone can help me out.  I can run the gtk-config prog from the
> command line fine, but in something like, say:
> 
> gcc helloworld.c -o helloworld 'gtk-config --cflags --libs'

Try:

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

Look closely and you'll see the difference. Invest in a shell scripting
book.:-)

Havoc




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