我在MSYS上使用mingw-gcc构建了xeces-3.1.1。我使用--prefix=/c/open-source/install/xerces-3.1.1 --enable-shared进行了配置,但在安装目录中找不到dll。有什么问题吗?
BR,若晨
发布于 2012-12-29 21:23:02
这个解决方案对我很有效:
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
https://stackoverflow.com/questions/12561010
复制相似问题