1. 程式人生 > >make: *** No targets specified and no makefile found. Stop.錯誤

make: *** No targets specified and no makefile found. Stop.錯誤


# make make:
*** No targets specified and no makefile found. Stop. # yum install gcc gcc-c++ gcc-g77 -bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory # ll /usr/bin/yum -rwxr-xr-x. 1 root root 801 Apr 13 2018 /usr/bin/yum # ll python ls: cannot access python: No such file or directory # python的軟連線原始檔已經不存在 # ln
-s /usr/bin/python2.7 /usr/bin/python #重新做一個python的軟連線 # yum install gcc gcc-c++ gcc-g77 # make make: *** No targets specified and no makefile found. Stop. # wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz # ./configure -prefix=/usr/local -with-shared-without-debug # make