c++ - Building marisa-trie shared library with msys/mingw64 -


trying 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 static library, no shared. adding "--enable-shared=yes" not change anything. adding "--enable-static=no" produces makefile nothing.

what wrong distribution , how fix it?

edit: this seems fix it.

found sheer luck.

this seems fix it.


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -