newbie libglademm question
Dan Pixley <[email protected]> Mon, 09 Feb 2004 15:41:07 -0800
| Newsgroups | gmane.comp.gnome.gnomemm |
|---|---|
| Message-ID | <[email protected]> |
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` This does not work, obviously. What is the proper syntax for including the libglademm libs in gcc? I have the following packages installed: libglademm2 2.0.1-0.fdr.6.rh90.i386 (via yum) libglademm2-devel 2.0.1-0.fdr.6.rh90.i386 (via yum) gtkmm 2.0 gcc-3.2.2-5 glade-0.6.4-9 Running Redhat 9. My include statement looks like this: #include <libglademm.h> Sorry for the newbie question. If I am leaving anything out, please let me know. Thanks, Dan P.