Hello All,<br><br>I am trying to cross compile dbus for ARM platform. I am using the following configure option <br><br>./configure --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi<br><br>checking for XML_ParserCreate_MM in -lexpat... no<br>
configure: error: Could not find expat.h, check config.log for failed attempts<br><br>I downloaded the expat source and got it cross-compiled. How do i specify dbus configure to use the cross-compiled directory for expat?<br>
<br>I tried the following configure script, it doesn't work<br><br>./configure --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi --with-xml=/home/mani/temproot/<br><br>Thanks,<br>Mani<br>