Hi ,<br>      I am trying to compile ekiga(3.2.6) source code and  i have compiled ptlib(2.6.5) and opal(3.6.6) source code already.I have configured the ekiga source code using # ./configure --prefix=/usr <br>but when i use # make  command then i am getting problems.I am using cent os 5.4 .when i use <br>
# make   then it gives following error:<br>...........<br>dbus-helper.o: In function `g_once_init_enter':<br>/usr/include/glib-2.0/glib/gthread.h:347: undefined reference to `g_once_init_enter_impl'<br>dbus-helper.o: In function `helper_get_type()':<br>
/root/rohit/ekiga/ekiga1/ekiga-3.2.6/src/dbus-helper/dbus-helper.cpp:83: undefined reference to `g_once_init_leave'<br>dbus-helper.o: In function `main':<br>/root/rohit/ekiga/ekiga1/ekiga-3.2.6/src/dbus-helper/dbus-helper.cpp:204: undefined reference to `g_timeout_add_seconds'<br>
collect2: ld returned 1 exit status<br>make[3]: *** [ekiga-helper] Error 1<br>make[3]: Leaving directory `/root/rohit/ekiga/ekiga1/ekiga-3.2.6/src'<br>make[2]: *** [all] Error 2<br>make[2]: Leaving directory `/root/rohit/ekiga/ekiga1/ekiga-3.2.6/src'<br>
make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/root/rohit/ekiga/ekiga1/ekiga-3.2.6'<br>make: *** [all] Error 2<br><br>thanks,<br>rohit<br><br>