I still have problems compiling asterisk for ARM.<br>I have set the CC environment variable and used configure as: ./configure --host=i386 --build=arm-linux-gnu<br>I got again an error complaining about no termcap support.<br>
When I run configure without --host and --build and without CC environment variable set it works fine and even compiles.<br><br>What am I doing wrong?<br><br>-- <br>Ori Idan<br><br><br><div class="gmail_quote">On Thu, Feb 21, 2008 at 5:49 AM, Tzafrir Cohen &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt; 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="Ih2E3d">On Mon, Feb 18, 2008 at 01:53:51PM +0200, Ori Idan wrote:<br>
&gt; Thank you for your answers.<br>
&gt; I have installed libncurses5-dev (I am working on Ubuntu) and still get the<br>
&gt; same error.<br>
<br>
</div>Here&#39;s a mail some folks here are not going to like.<br>
<br>
Frankly, you don&#39;t really need menuselect, unless you inteeractively<br>
want to disable modules.<br>
<br>
The noninteractive mode of operation of menuselect can essentially be<br>
replaced by a small script:<br>
<br>
cat &lt;&lt;EOF &gt;menuselect.makeopts<br>
# Hmm.. what exactly?<br>
EOF<br>
<br>
The good question is: what exactly should be there?<br>
<br>
Well, there are a bunch of variables there that say what modules should<br>
*not* be built. Hence empty value for those vars will get everything<br>
built. For instance, if you want to disable building apps/app_skel.so,<br>
make sure MENUSELECT_APPS includes app_skel .<br>
<br>
Or even better: in your generated file write it:<br>
<br>
 &nbsp;MENUSELECT_APPS += app_skel<br>
<br>
That way you won&#39;t have to worry about it getting overriden by another<br>
include in your system.<br>
<br>
In fact, that file is simply included by make. So &quot;workaroundish&quot;<br>
version of a erplacement menuselect script would be:<br>
<br>
#!/bin/sh<br>
echo &#39;-include menuselect.customopts&#39; &gt;menuselect.makeopts<br>
<br>
And start using trial, errror and reverse-engeneering to build the<br>
custom file.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="Wj3C7c"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tzafrir Cohen<br>
icq#16849755 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jabber:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a> &nbsp;<a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>ספרים וסיפורים שכתבתי: <a href="http://www.thestories.org">http://www.thestories.org</a>