|
From: Jonathan B. <jon...@gm...> - 2015-02-19 18:47:01
|
Am 19.02.2015 um 19:30 schrieb NAKAI Yuta: > > ---------------------------------------- >> Date: Thu, 19 Feb 2015 19:24:33 +0100 >> From: jon...@gm... >> To: msy...@li... >> 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? Regards, Jonathan |