Hi Andreas,<br><br>Since you are using cross compiler the checks for executable in configure.lib will fail.<br>You can use the following changes in that file.<br><br>   if [ -n &quot;$CC&quot; ]; then<br>-    if ac_run $CC -o conftest conftest.c &amp;&amp; ac_run ./conftest; then<br>
+    if ac_run $CC -o conftest conftest.c; then<br>       ac_result &quot;\$CC ($CC)&quot;<br>     else<br>       ac_result no<br>   ccld=&quot;$cc&quot;<br>   if [ -n &quot;$LDFLAGS&quot; ]; then ccld=&quot;$ccld $LDFLAGS&quot;; fi<br>
   if [ -n &quot;$LIBS&quot; ]; then ccld=&quot;$ccld $LIBS&quot;; fi<br>-  if ac_yesno &quot;whenever the C compiler ($ccld)<br>-           can produce executables&quot; \<br>-     ac_compile_run &lt;&lt;EOF<br>-int main() { return 0; }<br>
-EOF<br>-  then :<br>-  else<br>-    ac_fatal &quot;no working C compiler found&quot;<br>-  fi<br><br>Abhijit<br><br><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 5:52 AM, Michael Tokarev <span dir="ltr">&lt;<a href="mailto:mjt@tls.msk.ru">mjt@tls.msk.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">Andreas Albert wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi.<br>
<br>
I&#39;ve tried to compile udns-0.0.9 via cross-compiling on an MIPSEL-architecture. But it fails.<br>
<br>
Can anyone tell me, if this is possible?<br>
</blockquote>
<br></div>
I for one can&#39;t help you easily since I don&#39;t have tools and hardware.<br>
It&#39;s impossible to say what&#39;s wrong without any additional hint from<br>
you.  Build log will do.<br>
<br>
/mjt<br>
_______________________________________________<br>
udns mailing list<br>
<a href="mailto:udns@corpit.ru" target="_blank">udns@corpit.ru</a><br>
<a href="http://www.corpit.ru/mailman/listinfo/udns" target="_blank">http://www.corpit.ru/mailman/listinfo/udns</a><br>
</blockquote></div><br>