Re: Gnome developer questions
- From: Miguel de Icaza <miguel nuclecu unam mx>
- To: linuxgeek yahoo com
- CC: gnome-devel-list gnome org, recipient list not shown: ;
- Subject: Re: Gnome developer questions
- Date: Thu, 27 May 1999 21:55:25 -0500
> Will we be able to create a hello world Gnome
> application with a makefile under 10 lines?
Yes:
ghello: ghello.c
cc -o ghello ghello.c `gnome-config --libs --cflags gnomeui`
> 3 - Is gnome-config supposed to work?
> `gnome-config --libs` doesn't work like `gtk-config --libs` Actually,
> I get no output. Maybe I expected it to build the library list
> required to link a gnome application. Is it supposed to?
try gnome-config --help
Or download the new gnome-libs, which has a shining man page for
gnome-config ;-)
Miguel.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]