标签: xerces mingw32 msys
我在MSYS上使用mingw-gcc构建xeces-3.1.1。我配置了--prefix=/c/open-source/install/xerces-3.1.1 --enable-shared,但在安装目录中找不到dll。怎么了?
--prefix=/c/open-source/install/xerces-3.1.1 --enable-shared
答案 0 :(得分:3)
这个解决方案对我有用:
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