From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: Re: [PATCH v2] mk: fix ABI versioning compile error for combined shared library Date: Tue, 3 Nov 2015 09:06:05 +0200 Message-ID: <56385CDD.2030909@redhat.com> References: <20151102102023.GA29052@sivlogin002.ir.intel.com> <1446477827-11541-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Eric Kinzie To: Ferruh Yigit , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 7A3628E7B for ; Tue, 3 Nov 2015 08:06:08 +0100 (CET) In-Reply-To: <1446477827-11541-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/02/2015 05:23 PM, Ferruh Yigit wrote: > Fixes following error: > LD libdpdk.so > /usr/bin/ld: /root/dpdk/build/lib/libdpdk.so: version node not found > for symbol @DPDK_x.y > > Defines version symbols in a fixed path libdpdk.map file and this > value hardcoded into makefile Hold on. What problem is this supposed to be fixing? If its for the bonding thing (as it'd appear from the threading), NAK. The symbol versioning in that patch is confused needs to be fixed there instead of inventing strange workarounds elsewhere. - Panu -