From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 27D597EC4 for ; Wed, 5 Nov 2014 15:54:34 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 05 Nov 2014 07:02:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,320,1413270000"; d="scan'208";a="602784986" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 05 Nov 2014 07:02:49 -0800 Received: from irsmsx151.ger.corp.intel.com (163.33.192.59) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 5 Nov 2014 15:02:02 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by IRSMSX151.ger.corp.intel.com ([169.254.4.227]) with mapi id 14.03.0195.001; Wed, 5 Nov 2014 15:02:02 +0000 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" Thread-Topic: [dpdk-dev] [PATCH] mk: --no-as-needed by default for linux exec-env Thread-Index: AQHP9DBuHIweYQqkBUCJsTsU0ZWM9pxSJkUg Date: Wed, 5 Nov 2014 15:02:01 +0000 Message-ID: References: <1414666662-14966-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1414666662-14966-1-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] mk: --no-as-needed by default for linux exec-env 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: Wed, 05 Nov 2014 14:54:35 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Thursday, October 30, 2014 10:58 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] mk: --no-as-needed by default for linux exec- > env >=20 > Ubuntu/Debian toolchain passes --as-needed flag to the linker by default. > Add --no-as-needed flag by default in linuxapp exec-env to ensure correct > linking. >=20 > Signed-off-by: Sergio Gonzalez Monroy > Acked-by: Pablo de Lara Anyway, it is worth stating that as Neil and Sergio have pointed out, we sh= ould probably change the way we build the libraries, considering all problems that we hav= e encountered recently.