|
From: Jonathan B. <jon...@gm...> - 2015-02-19 20:23:17
|
Am 19.02.2015 um 21:19 schrieb Alexey Pavlov: > >> 19 февр. 2015 г., в 23:15, Jonathan Baecker <jon...@gm... >> <mailto:jon...@gm...>> написал(а): >> >> Am 19.02.2015 um 21:13 schrieb Alexey Pavlov: >>> >>>> 19 февр. 2015 г., в 23:11, Jonathan Baecker <jon...@gm... >>>> <mailto:jon...@gm...>> написал(а): >>>> >>>> Am 19.02.2015 um 19:56 schrieb Alexey Pavlov: >>>>>> 19 февр. 2015 г., в 21:39, Jonathan Baecker <jon...@gm... >>>>>> <mailto:jon...@gm...>> написал(а): >>>>>> >>>>>> Am 19.02.2015 um 19:30 schrieb NAKAI Yuta: >>>>>>> ---------------------------------------- >>>>>>>> Date: Thu, 19 Feb 2015 19:24:33 +0100 >>>>>>>> From: jon...@gm... <mailto:jon...@gm...> >>>>>>>> To: msy...@li... >>>>>>>> <mailto: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. >>>>>> Thank you NAKAI, but this did not help. I try it to. For some >>>>>> month we >>>>>> had the same problem and there was a mismatch in the msys2/mingw-w64 >>>>>> system. I think the mingw-libtool-* is not updated. >>>>>> >>>>> Try update packages now. >>>>> >>>> Thank you Alexey, the problem still exist. And I was wrong with the >>>> mingw-libtool version. The msys2 version is older. My mistake was >>>> before >>>> to, that I had one ACLOCAL_PATH wrong, but now I try to compile >>>> faac and >>>> there is even a problem with the regular mingw32_shell.bat >>> >>> Do you update packages? >>> msys-libtool now is the same version. >>> >> Yes I run pacman -Syu right now and there comes no new version. When >> I open /usr/bin/libtool it still show version 2.4.5. > > > Seems your source forge mirror not yet get new packages. > Issue here is that autoreconf get libtool macros from it’s folder > (msys-libtool) but then used mingw-libtool. > When I look on the website from sourceforge I only see the i686 version from libtool 2.4.6 the x86_64 is only there in 2.4.5. Is that normal? Regards Jonathan |