Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71959 invoked by uid 1010); 25 Jan 2005 20:04:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70372 invoked from network); 25 Jan 2005 20:03:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2005 20:03:47 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:52108] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 29/E3-18888-AF5A6F14 for ; Tue, 25 Jan 2005 15:03:08 -0500 Received: from localhost.localdomain (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 3201FA82A6; Tue, 25 Jan 2005 22:03:03 +0200 (EET) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id j0PK2wAB003496; Tue, 25 Jan 2005 22:02:58 +0200 Received: from localhost (jani@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) with ESMTP id j0PK2wke003492; Tue, 25 Jan 2005 22:02:58 +0200 X-Authentication-Warning: localhost.localdomain: jani owned process doing -bs Date: Tue, 25 Jan 2005 22:02:58 +0200 (EET) Reply-To: Jani Taskinen To: Andrei Zmievski Cc: internals@lists.php.net In-Reply-To: <20050125164142.GD9396@gravitonic.com> Message-ID: References: <5F443230-6E9C-11D9-92B4-000D93B4252E@gravitonic.com> <20050125164142.GD9396@gravitonic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Latest phpize.in change screws up shared extensions on Mac OS X From: sniper@iki.fi (Jani Taskinen) On Tue, 25 Jan 2005, Andrei Zmievski wrote: > On Tue, 25 Jan 2005, Jani Taskinen wrote: >> I've done a little work on HEAD to make it require autoconf 2.59 >> and bundle libtool 1.5.10 so this patch might not be necessary there. >> >> But as I don't know if anybody else wishes to start requiring newer >> autoconf as of PHP 5.1.x, I'll just commit the patch. > > Still, I think making the linking independent of libtool might be a win > here, considering that there are potential conflicts between the bundled > libtool, and the couple of external ones that Mac OS X comes with. We do link the binaries and libphp*.so without libtool so why not the shared extensions too. :) --Jani