Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54736 invoked by uid 1010); 20 Feb 2007 20:39:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54721 invoked from network); 20 Feb 2007 20:39:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 20:39:18 -0000 X-Host-Fingerprint: 84.64.166.162 user-5440a6a2.wfd76a.dsl.pol.co.uk Received: from [84.64.166.162] ([84.64.166.162:26237] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/B6-28837-57C5BD54 for ; Tue, 20 Feb 2007 15:39:17 -0500 Message-ID: <14.B6.28837.57C5BD54@pb1.pair.com> To: internals@lists.php.net Date: Tue, 20 Feb 2007 20:39:08 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 84.64.166.162 Subject: pcre build problems From: chrism@cjsoftuk.dyndns.org (Chris Malton) 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