Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20381 invoked by uid 1010); 15 Jun 2005 18:45:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20365 invoked from network); 15 Jun 2005 18:45:34 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 15 Jun 2005 18:45:34 -0000 X-Host-Fingerprint: 212.55.202.210 host-210.bitflux.ch Linux 2.5 (sometimes 2.4) (4) Received: from ([212.55.202.210:2646] helo=devel.bitflux.ch) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id A0/BB-20931-C4770B24 for ; Wed, 15 Jun 2005 14:45:32 -0400 Received: from localhost (localhost [127.0.0.1]) by devel.bitflux.ch (Postfix) with ESMTP id 80D29E73C7 for ; Wed, 15 Jun 2005 20:45:27 +0200 (CEST) Received: from devel.bitflux.ch ([127.0.0.1]) by localhost (devel.bitflux.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13147-03 for ; Wed, 15 Jun 2005 20:45:26 +0200 (CEST) Received: from [192.168.0.104] (80-218-7-144.dclient.hispeed.ch [80.218.7.144]) by devel.bitflux.ch (Postfix) with ESMTP id 6E183E73C0 for ; Wed, 15 Jun 2005 20:45:26 +0200 (CEST) Message-ID: <42B07745.6040904@bitflux.ch> Date: Wed, 15 Jun 2005 20:45:25 +0200 User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: PHPdev X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at bitflux.ch Subject: HEAD currently doesn't compile on OS X 10.4 From: chregu@bitflux.ch (Christian Stocker) Hi I tried compiling HEAD on OS X. Didn't work (it did a few days ago, can't exactly remember when) with the following error /bin/sh /opt/cvs/php5.1/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/opt/cvs/php5.1/Zend/ -DPHP_ATOM_INC -I/opt/cvs/php5.1/include -I/opt/cvs/php5.1/main -I/opt/cvs/php5.1 -I/usr/include/libxml2 -I/opt/cvs/php5.1/TSRM -I/opt/cvs/php5.1/Zend -no-cpp-precomp -g -O2 -c /opt/cvs/php5.1/Zend/zend.c -o Zend/zend.lo /opt/cvs/php5.1/Zend/zend.c:1029: error: only weak aliases are supported in this configuration make: *** [Zend/zend.lo] Error 1 gcc is version 4.0.0: $ gcc --version powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026) with gcc-3.3 I get the following error during linking at the end: ld: Undefined symbols: _zend_error_noreturn make: *** [sapi/cgi/php] Error 1 Any takers? I have no idea where to start looking at :) chregu