Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44185 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15746 invoked from network); 5 Jun 2009 17:53:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2009 17:53:37 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.222.196 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.222.196 mail-pz0-f196.google.com Received: from [209.85.222.196] ([209.85.222.196:63832] helo=mail-pz0-f196.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/00-15563-F9B592A4 for ; Fri, 05 Jun 2009 13:53:37 -0400 Received: by pzk34 with SMTP id 34so249091pzk.29 for ; Fri, 05 Jun 2009 10:53:33 -0700 (PDT) Received: by 10.143.12.20 with SMTP id p20mr1459306wfi.59.1244224413011; Fri, 05 Jun 2009 10:53:33 -0700 (PDT) Received: from ?192.168.1.2? (c-76-22-32-17.hsd1.wa.comcast.net [76.22.32.17]) by mx.google.com with ESMTPS id b39sm4432886rvf.9.2009.06.05.10.53.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Jun 2009 10:53:32 -0700 (PDT) Cc: internals Message-ID: <18E8B100-19EF-47AF-939F-36526AAC6127@roshambo.org> To: Ralph Schindler In-Reply-To: <4A294F0F.5080404@smashlabs.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 5 Jun 2009 10:53:31 -0700 References: <4A294F0F.5080404@smashlabs.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] Compiling 5.3 Snap on OS.X (embed & static/shared compile issue) From: philip@roshambo.org (Philip Olson) > My issue: > > ld: duplicate symbol _spl_ce_SplDoublyLinkedList in ext/spl/.libs/ > spl_dllist.o and ext/spl/.libs/php_spl.o > collect2: ld returned 1 exit status > make: *** [libphp5.la] Error 1 I can confirm the exact same error after "./configure --enable-embed" but know nothing beyond that. Regards, Philip