【问题标题】:Building marisa-trie shared library with msys/mingw64使用 msys/mingw64 构建 marisa-trie 共享库
【发布时间】:2014-11-27 13:53:09
【问题描述】:

尝试使用 MinGW64 在 msys 中构建 marisa-trie 库。

./configure --prefix=/e/SDK/env-gcc-4.8-64bit --enable-sse2 --enable-sse3 --enable-ssse3 --enable-sse4 --enable-sse4.1 --enable-sse4.2
make

这只会产生一个静态库,没有共享。添加“--enable-shared=yes”不会改变任何东西。添加“--enable-static=no”会生成一个不执行任何操作的 Makefile。

该发行版有什么问题以及如何解决?

编辑: This seems to fix it.

【问题讨论】:

    标签: c++ automake msys mingw-w64


    【解决方案1】:

    纯属运气发现。

    This seems to fix it.

    【讨论】:

      猜你喜欢
      • 2017-12-07
      • 2016-09-13
      • 2013-04-05
      • 1970-01-01
      • 2022-06-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多