Richard Shaw schreef op do 17-10-2013 om 11:48 [-0500]: > I can now get it to build an RPM but it will not build the shared > library with libtool complaining about: > > > libtool: link: warning: undefined symbols not allowed in > x86_64-w64-mingw32 shared libraries
Hi, Perhaps a bit late, but here goes. What you're experiencing is probably an ancient version of libtool which is bundled with the package in question which isn't aware of the triplet x86_64-w64-mingw32 yet. It can be resolved by manually running these commands in your source tree folder: $ libtoolize --copy --force $ autoreconf --install --force Afterwards you can run the ./configure && make commands as usual to build the package. Regards, Erik _______________________________________________ mingw mailing list mingw@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mingw