On Thu, Feb 19, 2015 at 6:46 PM, Jonathan Baecker <[email protected]> wrote: > Am 19.02.2015 um 19:30 schrieb NAKAI Yuta: >> >> ---------------------------------------- >>> Date: Thu, 19 Feb 2015 19:24:33 +0100 >>> From: [email protected] >>> To: [email protected] >>> Subject: [Msys2-users] libtool version mismatch >>> >>> Hello everybody, >>> after the last update I am not able to compile libgnurx by my self >>> anymore. I get a version mismatch in libtool: >>> >>> libtool: Version mismatch error. This is libtool 2.4.6, but the >>> libtool: definition of this LT_INIT comes from libtool 2.4.5. >>> libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 >>> libtool: and run autoconf again. >> This explains everything. >> Run autoreconf -fiv, then configure and make. >> > Ok now I find out that msys2 use libtool 2.4.5 and mingw-w64 use 2.4.6. > Maybe this is the reason. > I there a way to force the compiling process to only use one version?
It doesn't matter what one uses versus the other. If you run mingw32_shell.bat or mingw64_shell.bat instead of msys2_shell.bat then it will not run MSYS2's version of libtool. > > Regards, > Jonathan > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
