Re: [dpdk-dev] [PATCH v1] build/pkg-config: Fix warning for Windows

2021-10-07 Thread William Tu
Please don't apply this patch. I think we're waiting for meson to fix it. https://github.com/mesonbuild/meson/issues/9296 In the meantime, at OVS's meson build script, I'm adding /WHOLEARCHIVE and /FORCE:MULTIPLE when linking dpdk. So no need to fix it here. Thanks William On Thu, Oct 7, 2021 a

Re: [dpdk-dev] [PATCH v1] build/pkg-config: Fix warning for Windows

2021-10-07 Thread Thomas Monjalon
Hi, What is the conclusion for this patch? 26/09/2021 05:22, William Tu: > On Sat, Sep 25, 2021 at 9:22 AM Dmitry Kozlyuk > wrote: > > > > 2021-09-24 18:08 (UTC+), William Tu: > > > Windows does not support linker option '/-no-whole-archive' > > > or '/whole-archive'. The patch removes them

Re: [dpdk-dev] [PATCH v1] build/pkg-config: Fix warning for Windows

2021-09-25 Thread William Tu
On Sat, Sep 25, 2021 at 9:22 AM Dmitry Kozlyuk wrote: > > 2021-09-24 18:08 (UTC+), William Tu: > > Windows does not support linker option '/-no-whole-archive' > > or '/whole-archive'. The patch removes them under Windows build. > > > > Signed-off-by: William Tu > > --- > > buildtools/pkg-con

Re: [dpdk-dev] [PATCH v1] build/pkg-config: Fix warning for Windows

2021-09-25 Thread Dmitry Kozlyuk
2021-09-24 18:08 (UTC+), William Tu: > Windows does not support linker option '/-no-whole-archive' > or '/whole-archive'. The patch removes them under Windows build. > > Signed-off-by: William Tu > --- > buildtools/pkg-config/meson.build | 10 +++--- > 1 file changed, 7 insertions(+), 3 d

[dpdk-dev] [PATCH v1] build/pkg-config: Fix warning for Windows

2021-09-24 Thread William Tu
Windows does not support linker option '/-no-whole-archive' or '/whole-archive'. The patch removes them under Windows build. Signed-off-by: William Tu --- buildtools/pkg-config/meson.build | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/buildtools/pkg-config/meson.