From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc/linux gsg: add gcc-multilib as package hint Date: Sun, 06 Mar 2016 00:10:11 +0100 Message-ID: <1736562.dNbQlhuM5d@xps13> References: <1455630003-13734-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Van Haaren, Harry" Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 784002BFA for ; Sun, 6 Mar 2016 00:11:49 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id l68so63711352wml.0 for ; Sat, 05 Mar 2016 15:11:49 -0800 (PST) In-Reply-To: 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" > > 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. > > > > 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 Wrapped and applied, thanks