Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85538 invoked by uid 1010); 22 Jan 2005 19:28:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85518 invoked from network); 22 Jan 2005 19:28:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2005 19:28:13 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:45784] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id C3/58-17227-D49A2F14 for ; Sat, 22 Jan 2005 14:28:13 -0500 Received: from localhost.localdomain (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id BAAE6A19CD; Sat, 22 Jan 2005 21:28:09 +0200 (EET) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id j0MJS7pD006770; Sat, 22 Jan 2005 21:28:07 +0200 Received: from localhost (jani@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) with ESMTP id j0MJS7JH006766; Sat, 22 Jan 2005 21:28:07 +0200 X-Authentication-Warning: localhost.localdomain: jani owned process doing -bs Date: Sat, 22 Jan 2005 21:28:07 +0200 (EET) Reply-To: Jani Taskinen To: Andrei Zmievski Cc: internals@lists.php.net In-Reply-To: <17EE1B80-6B18-11D9-8E18-000D93B4252E@gravitonic.com> Message-ID: References: <17EE1B80-6B18-11D9-8E18-000D93B4252E@gravitonic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Re: Latest phpize.in change screws up shared extensions on Mac OS X From: sniper@iki.fi (Jani Taskinen) Care to elaborate a bit? Exactly WHAT macros you use? --Jani On Thu, 20 Jan 2005, Andrei Zmievski wrote: > Also, you removed calls to aclocal which presents yet another problem. My > shared extension uses external aclocal macros and since aclocal is not run, it > cannot locate and bundle them into aclocal.m4. Please fix. > > -Andrei > On Jan 20, 2005, at 11:16 AM, Andrei Zmievski wrote: > >> Jani, >> >> What was the reasoning behind the 1.15->1.16 patch for phpize.in? Your >> comments say: >> >> - Changed phpize not to require automake and libtool. >> - Fixed build system to always use bundled libtool files. >> >> This had an unfortunate effect of building shared extensions on Mac OS X as >> .dylib shared libraries, instead of dlopen()'able bundles. The bundled >> libtool is way old and does not handle this properly, while the new ones do. > > -Andrei >> > >