I'm trying to use IT++ library in Windows 10. To this end, I need to make a "configure" script from "configure.ac.in" file which provided in IT++ library using autoconf on MSYS. I encountered these errors:
Ahmad@AHMADTANHA /c/itpp-4.3.1 $ autoconf configure.ac.in /c/MinGW/bin/autoconf-2.68: line 501: /mingw/bin/autom4te-2.68: No such file or directory /c/MinGW/bin/autoconf-2.68: line 501: exec: /mingw/bin/autom4te-2.68: cannot execute: No such file or directory
MSYS is old and slow, please use MSYS2. You can download it here: https://sourceforge.net/projects/msys2/files/Base/
To use use it first extract the file (e.g.
msys2-base-x86_64-20200903.tar.xz) and then under themsys64(ormsys32) folder runautorebasebase1st.batand reboot.After rebooting start
mingw64.exe(ormingw32.exe) and run:(for 32-bit the last line should be
pacman -S --noconfirm mingw-w64-i686-gcc)Exit the shell end open it up again. Now you should have a working environment.