From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y"). Date: Mon, 20 Jul 2015 20:14:36 +0200 Message-ID: <1754975.lJ4YckftyJ@xps13> References: <1437389608-18697-1-git-send-email-alin.rauta@intel.com> <1437389608-18697-2-git-send-email-alin.rauta@intel.com> <313CE12EB78416478E6F6FC8F09CCF8C353CB9@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Varlese, Marco" To: "Rauta, Alin" Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 683719655 for ; Mon, 20 Jul 2015 20:15:48 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so34078743wib.1 for ; Mon, 20 Jul 2015 11:15:48 -0700 (PDT) In-Reply-To: <313CE12EB78416478E6F6FC8F09CCF8C353CB9@IRSMSX101.ger.corp.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" 2015-07-20 18:04, Rauta, Alin: > --- a/lib/Makefile > +++ b/lib/Makefile > @@ -33,7 +33,6 @@ include $(RTE_SDK)/mk/rte.vars.mk > > DIRS-y += librte_compat > DIRS-$(CONFIG_RTE_LIBRTE_EAL) += librte_eal > -DIRS-$(CONFIG_RTE_LIBRTE_EAL) += librte_malloc I feel it's not the right fix :) >>From now, I'll test combine lib build. Thanks for reporting