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 <thomas.monjalon at 6wind.com>
Acked-by: Neil Horman <nhorman at tuxdriver.com>