Hello, In current CVS (check out about 30 mins ago) there is an error with pcre. When linking PHP, there is an error with unresolved external symbols. Here is the error log:
ext/pcre/pcrelib/pcre_compile.o: In function `check_auto_possessive': /root/php6/ext/pcre/pcrelib/pcre_compile.c:1795: undefined reference to `_pcre_is_newline' /root/php6/ext/pcre/pcrelib/pcre_compile.c:1832: undefined reference to `_pcre_is_newline' ext/pcre/pcrelib/pcre_compile.o: In function `compile_branch': /root/php6/ext/pcre/pcrelib/pcre_compile.c:2209: undefined reference to `_pcre_is_newline' ext/pcre/pcrelib/pcre_exec.o: In function `match': /root/php6/ext/pcre/pcrelib/pcre_exec.c:1209: undefined reference to `_pcre_was_newline' /root/php6/ext/pcre/pcrelib/pcre_exec.c:1268: undefined reference to `_pcre_is_newline' /root/php6/ext/pcre/pcrelib/pcre_exec.c:2722: undefined reference to `_pcre_is_newline' /root/php6/ext/pcre/pcrelib/pcre_exec.c:1238: undefined reference to `_pcre_is_newline' /root/php6/ext/pcre/pcrelib/pcre_exec.c:1325: undefined reference to `_pcre_is_newline' /root/php6/ext/pcre/pcrelib/pcre_exec.c:2834: undefined reference to `_pcre_is_newline' ext/pcre/pcrelib/pcre_exec.o:/root/php6/ext/pcre/pcrelib/pcre_exec.c:3027: more undefined references to `_pcre_is_newline' follow ext/pcre/pcrelib/pcre_exec.o: In function `php_pcre_exec': /root/php6/ext/pcre/pcrelib/pcre_exec.c:3993: undefined reference to `_pcre_was_newline' collect2: ld returned 1 exit status make: *** [sapi/cgi/php] Error 1 Build platform: Ubuntu Server x64 6.10 Chris -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php