I downloaded gmp libraries and followed these commands.
Then I got this error :PHP Code:./configure
configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
what should I do ?
This is a discussion on GMP installation error in linux within the Tech Board forums, part of the Community Boards category; I downloaded gmp libraries and followed these commands. PHP Code: ./ configure Then I got this error : configure: error: ...
I downloaded gmp libraries and followed these commands.
Then I got this error :PHP Code:./configure
configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
what should I do ?
Look in the config.log for the reasons... and fix them.
Really... how much hand holding do you need?
Were you, by chance, trying to install to sbin without the necessary privileges ?configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
Also, If you aren't comfortable to install from source, install the appropriate 'devel' files from your Package Manager.
Manasij Mukherjee | gcc-4.8.0 @Arch Linux
Slow and Steady wins the race... if and only if :
1.None of the other participants are fast and steady.
2.The fast and unsteady suddenly falls asleep while running !
Use configure arguments to set the correct path, or install the GNU m4 macro processor if thats what you need.