Trying to build marisa-trie library in msys using MinGW64.
./configure --prefix=/e/SDK/env-gcc-4.8-64bit --enable-sse2 --enable-sse3 --enable-ssse3 --enable-sse4 --enable-sse4.1 --enable-sse4.2
make
That produces only a static library, no shared. Adding "--enable-shared=yes" does not change anything. Adding "--enable-static=no" produces a Makefile that does nothing.
What is wrong with that distribution and how to fix it?
edit: This seems to fix it.
Found by sheer luck.
This seems to fix it.