Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37376 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7754 invoked from network); 30 Apr 2008 17:39:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2008 17:39:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=cthompson@nexopia.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cthompson@nexopia.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain nexopia.com designates 216.234.161.191 as permitted sender) X-PHP-List-Original-Sender: cthompson@nexopia.com X-Host-Fingerprint: 216.234.161.191 unknown Linux 2.5 (sometimes 2.4) (4) Received: from [216.234.161.191] ([216.234.161.191:59652] helo=mail.nexopia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/C9-55591-BDEA8184 for ; Wed, 30 Apr 2008 13:39:40 -0400 Received: from host-29.dev.office.nexopia.com (office.lan.nexopia.com [68.148.124.243]) (Authenticated sender: cthompson@nexopia.com) by mail.nexopia.com (Postfix) with ESMTP id A096DE66F; Wed, 30 Apr 2008 11:39:36 -0600 (MDT) Message-ID: <4818AED8.3080407@nexopia.com> Date: Wed, 30 Apr 2008 11:39:36 -0600 User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Paul Biggar CC: internals@lists.php.net References: <4817ABBB.2020804@nexopia.com> <4818A90F.5040304@nexopia.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/6999/Wed Apr 30 10:29:33 2008 on mail.lan.nexopia.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] OS X, enable embed problem, patch From: cthompson@nexopia.com (Christopher Thompson) Paul Biggar wrote: > Hi Chris, > > I'm very interested in having --enable-embed working on OS X. My > experience with libtool is that it abstracts this sort of thing, so > I'm a little bit confused by your work-around. Could you explain why > you added --enable-embed=dylib instead of fixing > --enable-embed=shared? If you can tell me HOW to get libtool to abstract this, I'd love to fix the --enable-embed=shared instead of adding --enable-embed=dylib. I spent a fair amount of time fighting with it and couldn't get it to work, though that's due to my lack of familiarity with OS X and auto tools. It's not clear if this is a failing in libtool or if there's some setting in configure.in or Makefile.global or something that needs to be fixed. It's also possible that Apache users want a .so (even though this won't actually build on OS X). I'm not using Apache so I cannot say for sure.