Hi,<br><br>It seems that the flex has a bug. ( and it still hasn&#39;t been corrected apparently as the version I run is 2.5.35)<br><br>The following is the solution suggested in the bison info.<br>     /* Work around an incompatibility in flex (at least versions<br>
        2.5.31 through 2.5.33): it generates code that does<br>        not conform to C89.  See Debian bug 333231<br>        &lt;<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231</a>&gt;.  */<br>
     # undef yywrap<br>     # define yywrap() 1<br><br>But then why does this problem arise only when I use autotools. I never faced this problem while I was <br>using a handmade Makefile?<br><br>Regards<br>Gautam<br>