Building marisa-trie shared library with msys/mingw64

128 views Asked by At

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.

1

There are 1 answers

0
Aleksey Lyashin On BEST ANSWER

Found by sheer luck.

This seems to fix it.