I have asked this question previously and i'm still stuck. I need both dbus and dbus-glib. For the moment i'm using the attached dbus.spec file. The problem is more like configure issue then ltib itself. The error is :
//=========================== checking abstract socket namespace... configure: error: in `/home/allaoua/mpc5121/ltib-mpc5121ads-20081208/rpm/BUILD/dbus-1.2.6': configure: error: cannot run test program while cross compiling
See `config.log' for more details. error: Bad exit status from /home/allaoua/mpc5121/ltib-mpc5121ads-20081208/tmp/rpm-tmp.44291 (%build) //===========================
{ $as_echo "$as_me:$LINENO: " >&5 $as_echo_n "checking abstract socket namespace... " >&6; } if test "${ac_cv_have_abstract_sockets+set}" = set; then
$as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot run test program while cross compiling
See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */
//===========================
As you can see the build is aborted while testing Abstract sockets during crosscompilation. I would like to know (for people who played with dbus) what cha,ges to be done to avoid this tests. I haven't seen any AC_TRY_RUN.
ltib version: App version = 8.1.2 CVS version = 1.421.4.1