【发布时间】:2012-09-24 08:00:44
【问题描述】:
我在 MSYS 上使用 mingw-gcc 构建 xeces-3.1.1。我配置了--prefix=/c/open-source/install/xerces-3.1.1 --enable-shared,但是在安装目录中没有找到dll。有什么问题吗?
BR,若尘
【问题讨论】:
我在 MSYS 上使用 mingw-gcc 构建 xeces-3.1.1。我配置了--prefix=/c/open-source/install/xerces-3.1.1 --enable-shared,但是在安装目录中没有找到dll。有什么问题吗?
BR,若尘
【问题讨论】:
这个解决方案对我有用:
make libxerces_c_la_LDFLAGS="-release 3.1 -no-undefined"
【讨论】: