Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40035 invoked by uid 1010); 15 Jun 2005 19:07:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40020 invoked from network); 15 Jun 2005 19:07:31 -0000 Received: from unknown (HELO zend.com) (127.0.0.1) by localhost with SMTP; 15 Jun 2005 19:07:31 -0000 X-Host-Fingerprint: 84.204.52.251 promo.hnet.spb.ru OpenBSD 3.0-3.4 Received: from ([84.204.52.251:28094] helo=promo.hnet.spb.ru) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 9B/BE-20931-17C70B24 for ; Wed, 15 Jun 2005 15:07:30 -0400 Received: from thinkpad (unknown [192.168.3.118]) by promo.hnet.spb.ru (Postfix) with ESMTP id D51A31BAC9F; Wed, 15 Jun 2005 23:03:52 +0400 (MSD) To: "'Christian Stocker'" , "'PHPdev'" Date: Wed, 15 Jun 2005 23:07:14 +0400 Message-ID: <000401c571dd$73e955f0$8202a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal In-Reply-To: <42B07745.6040904@bitflux.ch> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: RE: [PHP-DEV] HEAD currently doesn't compile on OS X 10.4 From: dmitry@zend.com ("Dmitry Stogov") References: <42B07745.6040904@bitflux.ch> Hi Christian, I hope I just fixed the problem. Please verify me. Thanks. Dmitry. > -----Original Message----- > From: Christian Stocker [mailto:chregu@bitflux.ch] > Sent: Wednesday, June 15, 2005 10:45 PM > To: PHPdev > Subject: [PHP-DEV] HEAD currently doesn't compile on OS X 10.4 > > > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >