Re: [gtk-list] gtk-config
- From: Havoc Pennington <rhp zirx pair com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] gtk-config
- Date: Wed, 17 Mar 1999 18:22:58 -0500 (EST)
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]