Toggle shared/static library: MSVC fails (linker); but AppleClang, gcc (Linux, MinGW) work

I suspect that you export no symbols. Set the default visibility to hidden for gcc to get the same and only export the needed symbols.