Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 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
BR,若尘
这个解决方案对我有用:
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