Dynamic
Dynamic copied to clipboard
Fix MinGW and MacOS dynamic library build (v2.4 BDAP only)
Describe the issue
v2.4 (BDAP) branches fail to build using MacOS and MinGW when you use --with-libs
in the configure.
Steps to reproduce
- Using MacOS or MinGW, you get a linker error when building binaries with libraries:
./autogen.sh && ./configure --with-libs && make
I'll investigate this as well on my crapintosh's