From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] examples: ethtool: Link against librte_pmd_ixgbe if necessary Date: Fri, 17 Feb 2017 16:11:32 +0000 Message-ID: <122cf48a-70ed-9ccd-463c-f77acfd3d6a9@intel.com> References: <20170216161731.4590-1-mchandras@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Nirmoy Das To: Markos Chandras , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3BFEF3B5 for ; Fri, 17 Feb 2017 17:11:34 +0100 (CET) In-Reply-To: <20170216161731.4590-1-mchandras@suse.de> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 16/02/2017 16:17, Markos Chandras wrote: > The librte_ethtool library depends on librte_pmd_ixgbe if that > pmd driver is enabled so we need to link against it when we compile > the ethtool application. It fixes the following build problem: For some reason this is not an issue with my Fedora box, so I'm guessing SUSE is stricter with sub-depenencies of libraries. Does this affect any of the OpenSUSE Linux distributions? ..Remy