Re: [dpdk-dev] [PATCH v2] build: add pkg-config validation

2020-11-02 Thread Gregory Etelson
Hello Bruce, > -Original Message- [snip] > > +put it # next to --whole-archive. > > +test1_static_libs_order () { > > + PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:$pc_dir" \ > > Should the $pc_dir not be put first, in case there are older .pc files > around for DPDK? I posted a v3 update

Re: [dpdk-dev] [PATCH v2] build: add pkg-config validation

2020-11-02 Thread Bruce Richardson
On Mon, Nov 02, 2020 at 08:45:48AM +0200, Gregory Etelson wrote: > DPDK relies on pkg-config(1) to provide correct parameters for > compiler and linker used in application build. > Inaccurate build parameters, produced by pkg-config from DPDK .pc > files could fail application build or cause unpred