Hi Valerio,<br><br>I had a similar problem trying to build 1.4.13 with the AMR patch on a Fedora 6 box.<br>It appeared the code in codecs/amr doesn&#39;t build in the process of building asterisk.<br>As I didn&#39;t know how to add this to the build process, I just built the amr code separately, which produced the 
libamr.a that you are missing.<br><br>Just try in you codecs/amr folder:<br><div style="margin-left: 40px;">make clean<br>make all<br></div><br>It might produce some errors as it did on my box, but the libarm.a will be created.
<br>And then you can try to build your asterisk again.<br><br>regards,<br><br>K<br><br><br><div class="gmail_quote">On Nov 5, 2007 3:03 PM, Valerio Puglia &lt;<a href="mailto:valerio@oscorp.sm">valerio@oscorp.sm</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;">I get this error when i try to compile asterisk with amr patch.<br><br>I use centos 4.4<br>
and asterisk svn 88490<br><br>Here is the error message:<br><br>[CC] codec_amr.c -&gt; codec_amr.o<br>codec_amr.c: In function `lintoamr_frameout&#39;:<br>codec_amr.c:327: warning: unused variable `byte_count&#39;<br>make[2]: Nothing to be done for `dist-clean&#39;.
<br> &nbsp; [LD] codec_amr.o amr/libamr.a -&gt; codec_amr.so<br>gcc: amr/libamr.a: No such file or directory<br>make[1]: *** [codec_amr.so] Error 1<br>make: *** [codecs] Error 2<br><br><br>Thank you.<br><br>_______________________________________________
<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br><br>asterisk-video mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-video" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-video</a><br></blockquote></div><br>