<span class="gmail_quote"><br></span>Hi.<br>
<br>
After successfully running ./configure I run make. When running make I get the<br>
following error..<br>
&nbsp; [CC] ast_expr2f.c -&gt; ast_expr2f.o<br>
&nbsp;&nbsp; [CC] ast_expr2.c -&gt; ast_expr2.o<br>
&nbsp;&nbsp; [CC] strcompat.c -&gt; strcompat.o<br>
&nbsp;&nbsp; [LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o -&gt; aelparse<br>
aelparse.o(.text+0x3029): In function `ael_yylex':<br>
/usr/src/asterisk1/asterisk-1.4.0-beta3/utils/ael.flex:417: undefined reference to `ast_copy_string'<br>
ast_expr2f.o(.text+0x1198): In function `ast_expr':<br>
/usr/src/asterisk1/asterisk-1.4.0-beta3/utils/ast_expr2.fl:248: undefined reference to `ast_copy_string'<br>
collect2: ld returned 1 exit status<br>
make[1]: *** [aelparse] Error...<br>
<br>
plz could answer this issue.<br>
<br>
<br>
-nsthi<br>