0

MSYS で mingw-gcc を使用して xeces-3.1.1 をビルドします。で構成し--prefix=/c/open-source/install/xerces-3.1.1 --enable-sharedましたが、インストール ディレクトリに dll が見つかりません。何か間違っていますか?

BR、ルオチェン

4

1 に答える 1

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を参照してください。

于 2012-12-29T13:23:02.120 に答える