Hi nix ,<br><br>I am back already <br>I set two more env variables BUILD=i686-redhat-linux-gnu  HOST=arm-mvl-linux-gnu<br>These to i required for the cross builds which i am taking in the build file ...(<span style="font-weight: bold;">
BUILD FILE ALSO ATTACHED)</span><br><br>-----------------------few lines of build-from-tarballs.sh----<br><span style="font-family: times new roman,serif;">if test x$BUILD != x ; then</span><br style="font-family: times new roman,serif;">
<span style="font-family: times new roman,serif;">        _conf_flags="--build i686-redhat-linux-gnu"</span><br style="font-family: times new roman,serif;"><span style="font-family: times new roman,serif;">    fi
</span><br style="font-family: times new roman,serif;"><br style="font-family: times new roman,serif;"><span style="font-family: times new roman,serif;">    if test x$HOST != x; then</span><br style="font-family: times new roman,serif;">
<span style="font-family: times new roman,serif;">        _conf_flags="${CONFFLAGS} ${_conf_flags} --host arm-mvl-linux-gnu --enable-malloc0returnsnull --disable-debug --disable-dri"</span><br style="font-family: times new roman,serif;">
<span style="font-family: times new roman,serif;">    fi</span><br style="font-family: times new roman,serif;"><br style="font-family: times new roman,serif;"><span style="font-family: times new roman,serif;">    eval sh configure --disable-debug --prefix=${PREFIX} ${MESA} ${QUIET:+--quiet} \
</span><br style="font-family: times new roman,serif;"><span style="font-family: times new roman,serif;">        ${CACHE:+--cache-file=}${CACHE} ${_conf_flags} || failed configure $1 $2</span><br style="font-family: times new roman,serif;">
<span style="font-family: times new roman,serif;">                                                                             </span><br>-----------------------<br><br>NOW THE ERROR IS LIKE THIS....<span style="font-weight: bold;">
.(CHECK LOG FILE ATTACHED)</span><br><br><span style="font-family: times new roman,serif;">checking build system type... i686-redhat-linux-gnu</span><br style="font-family: times new roman,serif;"><span style="font-family: times new roman,serif;">
checking host system type... arm-mvl-linux-gnu</span><br style="font-family: times new roman,serif;"><span style="font-family: times new roman,serif;">checking for /root/software/backUpForX11R7Gz/x11r7.0/targetfiles/share/X11/sgml/defs.ent... configure: error: cannot check for file existence when cross compiling
</span><br><br>Regards,<br>Zubair<br><br><br>