CentOS_mini下make安装

Posted pbblogs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS_mini下make安装相关的知识,希望对你有一定的参考价值。

执行make时显示:

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

用网上的教程:

1 wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
2 
3 tar zxvf ncurses-5.6.tar.gz
4 
5 ./configure -prefix=/usr/local -with-shared -without-debug
6 make
7 
8 make install

执行到第三 个命令时 :提示以下信息: 说明了ncurses工具、头文件、库文件、帮助文档和终端信息安装在哪个目录下

 1 ** Configuration summary for NCURSES 6.1 20180127
 3      extended funcs: yes
 4      xterm terminfo: xterm-new
 5 
 6       bin directory: /usr/local/bin
 7       lib directory: /usr/local/lib
 8   include directory: /usr/local/include/ncurses
 9       man directory: /usr/local/man
10 terminfo directory: /usr/local/share/terminfo
11 
12 ** Include-directory is not in a standard location

https://www.cnblogs.com/wangchenxicool/articles/2159970.html  -------这是另一篇很详细的文章 ,Ubuntu的 报错的可以借鉴下

 

以上是关于CentOS_mini下make安装的主要内容,如果未能解决你的问题,请参考以下文章

CentOS_mini下安装docker 之 安装docker CE

httpd Server not started: (13)Permission denied: make_sock: could not bind to address [::]:8888(代码片段

在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途

linux下使用make命令需要安装那个包

[异常解决] Make nRF51 DFU Project Appear "fatal error: uECC.h: No such file or directory"(代码片段

1 代码片段1