xerces-3.1.1 无法在 MSYS 上创建 dll?
Posted
技术标签:
【中文标题】xerces-3.1.1 无法在 MSYS 上创建 dll?【英文标题】:xerces-3.1.1 cannot create dll on MSYS? 【发布时间】: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,若尘
【问题讨论】:
【参考方案1】:这个解决方案对我有用:
make libxerces_c_la_LDFLAGS="-release 3.1 -no-undefined"
见http://mail-archives.apache.org/mod_mbox/xerces-c-users/201111.mbox/%3Cboris.20111103155709@codesynthesis.com%3E
【讨论】:
以上是关于xerces-3.1.1 无法在 MSYS 上创建 dll?的主要内容,如果未能解决你的问题,请参考以下文章
无法使用 MinGW 和 MSYS 构建 Google 测试 - 找不到 crtdbg.h
为啥 MSYS 无法识别 AM_INIT_AUTOMAKE 中的 tar-ustar 选项?
我在windows下安装了MinGW和msys,并在桌面上有了mingw shell的图标,请问我怎么才能应用vim来写程序呢