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.
Comments
Post a Comment