---------- Forwarded message ---------- From: Shubham Naik <naikshubha...@gmail.com> Date: Wed, Mar 30, 2016 at 11:23 AM Subject: Error in building and installing using make To: bug-gnu-ut...@prep.ai.mit.edu
hello, I tried installing m4 macro processor on ubuntu linux . But I am facing problem in building using make command and installing using make install command. This is what I am getting: for subdir in doc lib src checks examples; do \ echo making all in $subdir; \ (cd $subdir && make CC='gcc' CFLAGS='-g -O2' LDFLAGS='' LIBS='' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' all) || exit 1; \ done making all in doc make[1]: Entering directory '/usr/local/m4/m4-1.4.1/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/m4/m4-1.4.1/doc' making all in lib make[1]: Entering directory '/usr/local/m4/m4-1.4.1/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/m4/m4-1.4.1/lib' making all in src make[1]: Entering directory '/usr/local/m4/m4-1.4.1/src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/m4/m4-1.4.1/src' making all in checks make[1]: Entering directory '/usr/local/m4/m4-1.4.1/checks' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/m4/m4-1.4.1/checks' making all in examples make[1]: Entering directory '/usr/local/m4/m4-1.4.1/examples' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/local/m4/m4-1.4.1/examples' please give me a solution. waiting for a positive reply... *Thanks & Regards* *Shubham S. Naik* -- *Thanks & Regards* *Shubham S. Naik*