I build xeces-3.1.1 with mingw-gcc on MSYS. I configured with --prefix=/c/open-source/install/xerces-3.1.1 --enable-shared
but no dll is found in the installation directory. Anything wrong?
BR, Ruochen
I build xeces-3.1.1 with mingw-gcc on MSYS. I configured with --prefix=/c/open-source/install/xerces-3.1.1 --enable-shared
but no dll is found in the installation directory. Anything wrong?
BR, Ruochen
This solution worked for me:
make libxerces_c_la_LDFLAGS="-release 3.1 -no-undefined"