ID: 35992 Updated by: [EMAIL PROTECTED] Reported By: thierryblind at msn dot com -Status: Open +Status: Feedback Bug Type: *Compile Issues Operating System: AIX 5.1 PHP Version: 5.1.2 New Comment:
Can't reproduce with AIX 5.3 (doesn't matter whether flex is installed or not). Previous Comments: ------------------------------------------------------------------------ [2006-01-13 12:12:00] thierryblind at msn dot com Sorry I forgot to send the parameters I used : ./configure --prefix=/usr/local/php --with-libxml-dir=/usr/local/libxml2 --with-mssql=/usr/local/freetds --with-sybase-ct=/sybase/OCS --with-apxs=/usr/HTTPServer/bin/apxs ... and the compilation succeeded but "make" doesn't generate the program ./sapi/cli/php ! ------------------------------------------------------------------------ [2006-01-13 11:31:50] thierryblind at msn dot com Description: ------------ Hello, since php 5.1.1, the "configure" script hangs on AIX 5.1 while "checking for flex version...". I have to hit "ctrl-d" and "enter" to bypass this test (and to make fail this one by the same occasion), but compilation of PHP still succeeds. I think the script simply do some wrong tests and it results that it waits on user input ... In comparison, "configure" script in php-5.0.5 had no such problem. Thank you. Reproduce code: --------------- creating cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking for egrep... grep -E checking for a sed that does not truncate output... /usr/bin/sed checking host system type... powerpc-ibm-aix5.1.0.0 checking target system type... powerpc-ibm-aix5.1.0.0 checking for gcc... no checking for cc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... no checking whether cc accepts -g... yes checking whether cc understands -c and -o together... yes checking how to run the C preprocessor... cc -E checking for AIX... yes checking whether ln -s works... yes checking if compiler supports -R... yes checking for re2c... no configure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers. checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for bison... no checking for byacc... no checking for bison version... invalid configure: warning: bison versions supported for regeneration of the Zend/PHP pa rsers: 1.28 1.35 1.75 1.875 2.0 2.1 (found: none). checking for flex... lex checking for yywrap in -ll... yes checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for working const... yes checking for flex version... <script hangs here> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35992&edit=1
