Installing make with wget
- by John
How can I install make with wget on CentOS?
I tried:
cd /tmp wget ftp.gnu.org/pub/gnu/make/make-3.81.tar.gz
tar xfz make-3.81.tar.gz
cd make-3.81 PATH=/usr/local/bin:/usr/bin:/bin
./configure patch -p1<make-3.81-cygwin.patch patch -p0<make-3.81-cygwin_MAKE_expansion.patch PATH=/usr/local/bin:/usr/bin:/bin
make…