Re: newbie libglademm question

Billy O'Connor <[email protected]> Mon, 09 Feb 2004 19:17:03 -0500
Newsgroups gmane.comp.gnome.gnomemm
Message-ID <[email protected]>
Dan Pixley <[email protected]> writes:

> Hi all.  If this question is off topic, please forgive me.  
>
> I am new at compiling code for gcc, and have been having problems
> linking libglademm in gcc.  I've been using commands such as:
>
> g++ main.cc -o gnumu `pkg-config gtkmm-2.0 libglademm --cflags --libs`

g++ main.cc -o gnumu `pkg-config --cflags --libs libglademm-2.0`

Should work.