From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id E912E959 for ; Tue, 16 Dec 2014 17:02:56 +0100 (CET) Received: by mail-wg0-f41.google.com with SMTP id y19so17800682wgg.28 for ; Tue, 16 Dec 2014 08:02:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=JQHv53ndWNyj7lA8b5dO+9eZbuYr72mh8kWTS0BjxEQ=; b=MlfOXYY0ytBTgvxJW0JMpTr0lqGR4llaQT8AapGMHX0Z/gmvFhKbDMDb+K7Mw3X8Zs c9omiCBbeFmaYFYdKRbPJM/sdzzb3fh1NIT5a/rDG202VPz+7aUw4pg4m1MGSx2nRWMB Hn++Z40usvROshaGSKWlb2sw0Mk2a+7d0xv86r0v7KkADhhxRyibn4/w4YEoyIsnQeSk OYxxnY4M93jWJhoQhUQ6vIWBhBLTSoUng3XQzS20X3cVYvn94WcBPl6gE8kFHSscND7I r8+YnUoJh0Bzwljhyn4WztVR7yq2zrSINBs+MXjU8M8mHYBpUYs3jqzugnxhC80uYAZy 2fag== X-Gm-Message-State: ALoCoQkvhq1XoGy4b/V2bS7fdnKX42gmfmtKPJhS2xDq5AkkGxItgjAh4E+kzik2a2ramgoKqsk/ X-Received: by 10.180.75.42 with SMTP id z10mr6039375wiv.70.1418745776741; Tue, 16 Dec 2014 08:02:56 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wx3sm1594851wjc.19.2014.12.16.08.02.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 08:02:55 -0800 (PST) From: Thomas Monjalon To: Neil Horman Date: Tue, 16 Dec 2014 17:02:29 +0100 Message-ID: <26769386.TamQzHFRb0@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20141208145358.GG3237@localhost.localdomain> References: <1414078604-1090-1-git-send-email-sergio.gonzalez.monroy@intel.com> <20141208145358.GG3237@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] mk: fix app linking for combined libs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 16:02:57 -0000 2014-12-08 09:53, Neil Horman: > On Thu, Oct 23, 2014 at 04:36:44PM +0100, Sergio Gonzalez Monroy wrote: > > Building combined shared libraries results in applications being linked > > against separeted/individual and combined libs altogether. > > > > Link only against combined lib when the config option is enabled. > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: Pablo de Lara [...] > Acked-by: Neil Horman Neil, I didn't noticed your ack which happened after a discussion I had with Sergio. He agreed to make a v2. Actually Hiroshi did it: http://dpdk.org/ml/archives/dev/2014-December/009847.html I'm going to apply Hiroshi's one. -- Thomas