From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id D86545951 for ; Thu, 1 May 2014 23:10:03 +0200 (CEST) Received: by mail-we0-f182.google.com with SMTP id u57so3758383wes.27 for ; Thu, 01 May 2014 14:10:07 -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=Zx3KHJFGb3kKCLYZvFf8b8f1l0ABnp6WxWf1L3sLOG8=; b=c71nzWfbtURqzZCRqMhW8nFBC8v9JzcOGk0xkiDq6Oj5Itufc014tQTk8LklqN2OiQ VkRDtsN07hCPEYb8Hc4xECuM+EF3gsx7zu0xh06IyhOaMWJOGofIhxPKmZKNvm3vipY0 7FpUvB5RmMl6n4LXdRRZEpLPNTC62KkXA+BO6HVcjIDIPL9eiTsYf+mt8E6OXHVkuMXB SpHHz5psMCDurCD0SL+vV4Cnb/Z5sHL5X00JcrctfaqfY6E+VbB8VY3XTDCtpWFRblHr QHsIC9Oww32GNnVQNSS7YRQ1ys2+d2jQKAwFo1IARMpSlirT58wLVofsdxF0i3Cy+fXn kzww== X-Gm-Message-State: ALoCoQmhF00LCDa9yqaDq8sCIgXtF3d5EKblQnGo055vWYR7YdMpZprG/DVUKp0G3SSmv/Ak1okf X-Received: by 10.180.77.8 with SMTP id o8mr3672402wiw.23.1398978607545; Thu, 01 May 2014 14:10:07 -0700 (PDT) Received: from xps13.localnet (abo-213-55-68.mts.modulonet.fr. [85.68.55.213]) by mx.google.com with ESMTPSA id ed10sm6037131wib.7.2014.05.01.14.10.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 May 2014 14:10:06 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Thu, 01 May 2014 23:10:06 +0200 Message-ID: <2954587.XWUKMuWoW9@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <20140501205030.GH28231@hmsreliant.think-freely.org> References: <1398772323-31255-1-git-send-email-thomas.monjalon@6wind.com> <1398891420-8839-1-git-send-email-thomas.monjalon@6wind.com> <20140501205030.GH28231@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] mk: fix build ignoring other installed versions 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: Thu, 01 May 2014 21:10:05 -0000 2014-05-01 16:50, Neil Horman: > On Wed, Apr 30, 2014 at 10:57:00PM +0200, Thomas Monjalon wrote: > > If some DPDK libraries are installed on the system, the linker was trying > > to use them before searching in -L path. > > The obscure reason is that we were prefixing -L with -Wl, to pass it > > directly to the linker. > > But -L is also a gcc option. And allowing gcc to process this option fixes > > the issue. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Neil Horman Applied for version 1.6.0r2 -- Thomas