Re: [PATCH v5 1/2] build: build only one library type on Windows

2024-04-15 Thread Bruce Richardson
On Mon, Apr 15, 2024 at 10:12:47AM -0700, 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 macro

[PATCH v5 1/2] build: build 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