From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=px33gtZ/nNedjqEstwkS7jXNNbiQ1LWezqhV6oaqp6Y=; b=dBh7qWd48U0FnrwiMJn5QU8DNxX8253TTky5X9YtCpvUAQ4raNE39jx9kh8QD7sLCD NM19rGB2QcUp+iKGPu/jduVW0WurHE0lNo2mMDvnfqYe63WtvqanQXeF/6k4QI72huHI 8cNdO9f0l2DHYSWrNa6ibUg68YS4gRCuSrBISuzHCxOcoDNiHNglShmPd5T8A4RMpU1x emov9S6/CQAvoQXlcUcnEZnf2PeVhRgoGrLtMPCbrwKY7OwzusbS/luWiS8VSUcNNDHd OkTKfJ2MaswKNnHoIynL0OJby7aLoPZIe4SAfzbWvxw/pz+EzGotlyKDA/nOp+afQXyN Af8Q== X-Gm-Message-State: ALoCoQn5hrS6fkORnMLqDCRWxV8Il40DIe4v0BwZsbGpIVLrMjxh5cEIkMg+XTdcmgrIKBjyrleN X-Received: by 10.180.100.74 with SMTP id ew10mr24755795wib.12.1437416148332; Mon, 20 Jul 2015 11:15:48 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id q4sm33151184wju.14.2015.07.20.11.15.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jul 2015 11:15:47 -0700 (PDT) From: Thomas Monjalon To: "Rauta, Alin" Date: Mon, 20 Jul 2015 20:14:36 +0200 Message-ID: <1754975.lJ4YckftyJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <313CE12EB78416478E6F6FC8F09CCF8C353CB9@IRSMSX101.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, "Varlese, Marco" Subject: Re: [dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y"). 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: Mon, 20 Jul 2015 18:15:48 -0000 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