Re: compiling gnome programs




> can I use gnome-config in the same context as gtk-config when compiling
> gnome programs?

Yes.  The only difference is that gnome-config actually refers to a
number of libraries.  You have to specify which of those libraries you
want to link with, for example, for a simple gnome applicaiton you
would use:

	gnome-config --libs --cflags gnomeui

Gnome-config loads the configuration files on your system, so more
gnome libraries can be plugged into the gnome-config system, you would
just add more of those libraries, like this:

	gnome-config --libs --cflags gnomeui baboon orbit

Best wishes,
Miguel.



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