Re: [PATCH v5 0/2] build and install only one library type on Windows

2024-06-14 Thread David Marchand
On Fri, Jun 14, 2024 at 5:00 PM David Marchand wrote: > > On Mon, Apr 15, 2024 at 7:13 PM Tyler Retzlaff > wrote: > > > > MSVC is the only compiler that can produce usable shared libraries for > > DPDK on Windows because of the use of exported TLS variables. > > > > Disable building of shared lib

Re: [PATCH v5 0/2] build and install only one library type on Windows

2024-06-14 Thread David Marchand
On Mon, Apr 15, 2024 at 7:13 PM Tyler Retzlaff wrote: > > MSVC is the only compiler that can produce usable shared libraries for > DPDK on Windows because of the use of exported TLS variables. > > Disable building of shared libraries with LLVM and MinGW so that > remaining __declspec macros needed

[PATCH v5 0/2] build and install only one library type on Windows

2024-04-15 Thread Tyler Retzlaff
MSVC is the only compiler that can produce usable shared libraries for DPDK on Windows because of the use of exported TLS variables. Disable building of shared libraries with LLVM and MinGW so that remaining __declspec macros needed for the functional libraries built by MSVC can be used without tr