Hi, steps to reproduce: - Create a default c++ "hello world" project - Run "Execute Program" command - Select "Run them" button when prompted to run autotools Expected a compiled program. Got the following error message: ... <skip unimportant lines> checking for ranlib... ranlib checking for strip... strip checking for correct ltmain.sh version... no configure: error: *** [Gentoo] sanity check failed! *** *** libtool.m4 and ltmain.sh have a version mismatch! *** *** (libtool.m4 = 1.5.22, ltmain.sh = 1.5a) *** Please run: libtoolize --copy --force if appropriate, please contact the maintainer of this package (or your distribution) for help. *** Exited with status: 1 *** As specified, running the command 'libtoolize --copy --force' in the project directory solves the problem.
*** This bug has been marked as a duplicate of 97600 ***