Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12981 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77970 invoked by uid 1010); 25 Sep 2004 12:18:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77937 invoked from network); 25 Sep 2004 12:18:14 -0000 Received: from unknown (HELO frontend1.messagingengine.com) (66.111.4.30) by pb1.pair.com with SMTP; 25 Sep 2004 12:18:14 -0000 Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 2BA3BC15872 for ; Sat, 25 Sep 2004 08:18:14 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id 8CCB8835; Sat, 25 Sep 2004 08:18:14 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.62; B3.01; Q3.01) To: internals@lists.php.net Date: Sat, 25 Sep 2004 05:18:14 -0700 X-Sasl-Enc: u1rRKYzI5RS3ztlMAu02nA 1096114694 Message-ID: <1096114694.17442.205133663@webmail.messagingengine.com> Subject: issues in compiling the zend_execute.c in CVS HEAD From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, I have updated the php to latest HEAD from then on compiling zend_execute.c keeps hanging. This is the compile command I could see, /bin/sh /root/kamesh/work/php-src/libtool --silent --preserve-dup-deps --mode=compile /root/kamesh/work/php-src/meta_ccld -IZend/ -I/root/kamesh/work/php-src/Zend/ -DPHP_ATOM_INC -I/root/kamesh/work/php-src/include -I/root/kamesh/work/php-src/main -I/root/kamesh/work/php-src -I/root/kamesh/work/php-src/Zend -I/usr/include/libxml2 -D_REENTRANT -I/root/kamesh/work/php-src/TSRM -g -O2 -pthread -DZTS -prefer-pic -c /root/kamesh/work/php-src/Zend/zend_execute.c -o Zend/zend_execute.lo With regards Kamesh Jayachandran