From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id DBC4C11A2 for ; Wed, 9 Dec 2015 18:54:06 +0100 (CET) Received: by wmec201 with SMTP id c201so85052811wme.1 for ; Wed, 09 Dec 2015 09:54:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=03NDzqkr59URn0WJ7H01FYIgEY/7rIWTEW3jmKyySfQ=; b=oVy2HFeYm50OpRdkkkjaVn+yxq8yNWQEhUmcNfjDOObXc4oyzBftpa0nIIUicfpkpy L36MucGYf7IDH7x/+ljVqdsoQHiD0rjrXrLiYnzjmw2k/zNZDWF4vO5HsIbfyw3nsSQu 5V1FD8o0OF+lXK5RVi43mp2ULqYmbo12WcIie+Q92o0D6nrrQpPez7XGCDd2TpVUMUHE sapb27QLbAEixvQQE++GTNzYF6BO0vfPf4E9nC2vB/8wPXTZh7oD/i+JoDBOuYlfz0Ad CNJsvExOA3rzlZmY+RIIZq4u7w55azJlapT3MeoB5Ec66okHHTixwHbWBrpS7RgnajLq 6oXA== 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=03NDzqkr59URn0WJ7H01FYIgEY/7rIWTEW3jmKyySfQ=; b=PdZU1JaeG+9I2euUVT+LppihSFIFxFuSRYBuE1hBOOeYloZppnkQVtXr+Oc/LCn8M1 fy6sYrXhpMu4r6l0wOR3vs0ed+WbBjreKz7/wPDE+WtG3+BsyoAud7R0qo94G3ym9wbd n0Nq+xBodOfMTkpmGWFqcN/6XFruCVMTFo8RYoLADAZDcbguOobc+UALRnpGa5U07/ZN nXLgBEG/Ykn/VqVAUdf/rdo4b18nPAqKwmRsPS6Lyns+x6lf9NfgFMv/C6Kyz4KrJH+E fxN9g565WQ/2XRsQcTy9RUAvOqyj6c+czAR/YtvuiyA7DHnKmbyxJjCcaEhdLDeczE8K 68+w== X-Gm-Message-State: ALoCoQlKyp++9e7OTqFaCaW2Obx2y55nKpI/84tJapPI26+xhi+1fXOtftjM7dVfvwJX9fSvyduDiyltu8D1A+tRmv00WTrZrQ== X-Received: by 10.28.142.83 with SMTP id q80mr13344156wmd.66.1449683646702; Wed, 09 Dec 2015 09:54:06 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 193sm27179436wmp.16.2015.12.09.09.54.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Dec 2015 09:54:05 -0800 (PST) From: Thomas Monjalon To: "Wiles, Keith" Date: Wed, 09 Dec 2015 18:52:50 +0100 Message-ID: <4975020.B35JWah5pV@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <93DC6E80-9DF5-4335-94D2-E45CC42C9640@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Building with 'make install T=' and 'make config T=' 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, 09 Dec 2015 17:54:07 -0000 2015-12-09 17:44, Wiles, Keith: > On 12/9/15, 11:31 AM, "dev on behalf of Wiles, Keith" wrote: > > >On 12/9/15, 10:19 AM, "Thomas Monjalon" wrote: > > BTW, I am not overly concerned about the build system per say I just wish I had put my $0.02 worth in before the change. We can leave as it is now. > > The test-build.sh script build does appear to be a real problem. I would like to understand why it does not work. No your compilation error is a real problem. The script enables some options which probably trigger the problem. It is a script to test some compilation options. Please check before doing some wrong assumptions. You are burning my time. > Adding a better help message should be an easy fix for someone that wrote the script or I can make the changes, just let me know. I will improve the help message.