Hi I am trying to cross compile dbus 1.2.8 for ARM and this is how I run configure...<br><br>./configure --prefix=/programs/arm-dbus --host=i686-linux -target=arm-linux-gnu ARCH=ARM CROSS_COMPILE=/programs/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-<br>
<br>My compilation stops at...<br>&quot;checking abstract socket namespace... configure: error: in `/programs/src/dbus-1.2.8&#39;:<br>configure: error: cannot run test program while cross compiling<br>See `config.log&#39; for more details.&quot;<br>
<br>How do I disable test program check while cross compiling?<br><br>Many thanks,<br>Vink<br>