From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 237902C18 for ; Mon, 22 Feb 2016 18:02:45 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 22 Feb 2016 09:02:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,485,1449561600"; d="scan'208";a="891867848" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 22 Feb 2016 09:02:18 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 22 Feb 2016 17:02:17 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by irsmsx111.ger.corp.intel.com ([169.254.2.198]) with mapi id 14.03.0248.002; Mon, 22 Feb 2016 17:02:17 +0000 From: "Mcnamara, John" To: "Van Haaren, Harry" Thread-Topic: [PATCH] doc/linux gsg: add gcc-multilib as package hint Thread-Index: AQHRaL+U62JMJAJ+D0iMenrUp09fo584Uqig Date: Mon, 22 Feb 2016 17:02:16 +0000 Message-ID: References: <1455630003-13734-1-git-send-email-harry.van.haaren@intel.com> In-Reply-To: <1455630003-13734-1-git-send-email-harry.van.haaren@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTQ1YjkyMGYtMWI0Ny00YTIwLWJjYjItOTQyN2Q1N2MyYzRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFrWDhyTFJ0cE85aWxYcmd3YktxK3NZZXRQdTVcL2FGaG5ZK21HVVhkYVhVPSJ9 x-originating-ip: [163.33.239.182] 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] doc/linux gsg: add gcc-multilib as package hint 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, 22 Feb 2016 17:02:46 -0000 > -----Original Message----- > From: Van Haaren, Harry > Sent: Tuesday, February 16, 2016 1:40 PM > To: Mcnamara, John > Cc: dev@dpdk.org; Van Haaren, Harry > Subject: [PATCH] doc/linux gsg: add gcc-multilib as package hint >=20 > When compiling for i686 targets compilation could fail if the 32bit libc6= - > dev package is not installed. The gcc-multilib packages is a meta-package > that will pull in the necessary dependencies, making setup easier for > beginners. >=20 > Reported-by: Weichun Chen > Signed-off-by: Harry van Haaren We have a soft limit of 120 chars for a line length but apart from that. Acked-by: John McNamara