From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix extra options when linking lib through compiler Date: Fri, 20 Nov 2015 17:17:18 +0100 Message-ID: <2034076.2MkkiR8vcU@xps13> References: <1448028175-22022-1-git-send-email-thomas.monjalon@6wind.com> <564F3EED.6040908@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier MATZ Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 371F92E83 for ; Fri, 20 Nov 2015 17:18:33 +0100 (CET) Received: by wmec201 with SMTP id c201so79115104wme.0 for ; Fri, 20 Nov 2015 08:18:33 -0800 (PST) In-Reply-To: <564F3EED.6040908@6wind.com> 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" 2015-11-20 16:40, Olivier MATZ: > On 11/20/2015 03:02 PM, Thomas Monjalon wrote: > > When using a linker option not known by the compiler like -rpath, > > the library linkage was failing. > > It is fixed by prefixing the option with -Wl, as it is done in other > > makefiles. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Olivier Matz Applied