Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84474 invoked from network); 10 Apr 2012 21:53:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2012 21:53:35 -0000 Authentication-Results: pb1.pair.com header.from=luke@cywh.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=luke@cywh.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cywh.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: luke@cywh.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:37983] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/00-18401-EDBA48F4 for ; Tue, 10 Apr 2012 17:53:35 -0400 Received: by pbcun1 with SMTP id un1so519259pbc.29 for ; Tue, 10 Apr 2012 14:53:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=user-agent:date:subject:from:to:message-id:thread-topic :mime-version:content-type:x-gm-message-state; bh=e/iDdgT0AFxUg5xzHHI+G2sXzh1okPCG5+tKDqjHxqE=; b=A+KZ10FOodPjC5KB81AXTJGu/64GAghW20VZhOF32m0ioGh5hl3JKyKjXhwOTLnsJB JIfsjz8tmTUZkxVjJ+ZzNueCGltIdidF7WyYyTT3brWUjrRiU1FiX1GZteHlT18voYEb teaUItJ84dnQ0oBbRDvTAJO3cYyovW1lQh/dJMPaQEV/7cxq3LYjoOiiZMKGGLaYi6rd lrq48QxXv2N8WChY3cpogk85+nDb/FOP+RQ0TsWX/DKWXZ/zuVOQTeYqpDXLpTRGRV06 nA9MxXd9246vKv69Jqr6JBzPa0wq9eVuN5QZBGRwpnThCTjEP7vp0SrhJ71YKldMj+uv 3bgQ== Received: by 10.68.131.67 with SMTP id ok3mr12113725pbb.159.1334094811790; Tue, 10 Apr 2012 14:53:31 -0700 (PDT) Received: from [10.1.10.222] ([66.60.139.106]) by mx.google.com with ESMTPS id o9sm921298pbe.60.2012.04.10.14.53.30 (version=SSLv3 cipher=OTHER); Tue, 10 Apr 2012 14:53:31 -0700 (PDT) User-Agent: Microsoft-MacOutlook/14.13.0.110805 Date: Tue, 10 Apr 2012 14:55:12 -0700 To: Message-ID: Thread-Topic: Why is my library linking to the wrong path? Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3416914515_199624" X-Gm-Message-State: ALoCoQm+PSrm0bi0otCeKkZgKCL2rrTH+r+JrvazZnk2BROcCOce7MiylQ9BJJaquKioxo3DBS+3 Subject: Why is my library linking to the wrong path? From: luke@cywh.com (Luke Scott) --B_3416914515_199624 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit I'm using the line: PHP_ADD_LIBRARY_WITH_PATH(v8, $V8_DIR/$PHP_LIBDIR, V8PHP_SHARED_LIBADD) Where the path is /phpdev/lib. But my extension is actually linking to /v8/out/x64.release/libv8.dylib instead of /phpdev/lib/libv8.dylib even though /v8/out/x64.release no longer exists. What am I doing wrong? Luke --B_3416914515_199624--