Im following LFS 8.3 and at 5th module when i run the configure script of Glibc-2.28 before running make im getting the below error
checking for gnumake... no checking for gmake... gmake checking version of gmake... 3.82, bad checking for gnumsgfmt... no checking for gmsgfmt... no checking for msgfmt... msgfmt checking version of msgfmt... 0.18.2, ok checking for makeinfo... makeinfo checking version of makeinfo... 5.1, ok checking for sed... sed checking version of sed... 4.2.2, ok checking for gawk... gawk checking version of gawk... 4.0.2, ok checking for bison... bison checking version of bison... 3.0.4, ok checking if x86_64-lfs-linux-gnu-gcc is sufficient to build libc... yes checking for x86_64-lfs-linux-gnu-nm... x86_64-lfs-linux-gnu-nm checking for python3... no checking for python... python configure: error: *** These critical programs are missing or too old: make
*** Check the INSTALL file for required versions.
The host machine is Centos 7 and i have python 2 by defult and i even installed python 3.4 manually.
Could someone please help me fix it?