On Wed, 15 Apr 2020, Maciej W. Rozycki via Gcc wrote: > > So after runing autoreconf and make , I get "libtool: > > Version mismatch error.".It is a curious version, the gnu > > mirrors have no such version. > > It is a repository snapshot, there has been no such release. For 1.3134 > you need to check out commit 2c9c38d8a12e ("Please C++ compilers when > calling strrchr.") from the libtool Git repository.
Furthermore: * There are lots of local changes to the libtool code in GCC. Some may be backports from upstream, some not (possibly backports of changes submitted but never committed upstream). To update the libtool version in GCC it will be necessary to review *all* the differences from that libtool commit, one-by-one, to identify exactly which are still relevant given a newer upstream libtool version being used. * As previously discussed, libtool commit 3334f7ed5851ef1e96b052f2984c4acdbf39e20c needs to be reverted for use in GCC; see <https://gcc.gnu.org/legacy-ml/gcc-patches/2011-01/msg00520.html>. -- Joseph S. Myers jos...@codesourcery.com