Questions tagged «make»

6
安装生产服务器是否安全?
在设置虚拟服务器实例期间,我需要使用构建一些应用程序make。安装后是否存在任何安全隐患make?还是应该在部署实例之前清理它? 我还拥有gcc服务器上的编译器,可用于在部署之前构建应用程序。
42 security  make  gcc 

2
什么是生成generate / autoconf.h?
我们正在尝试构建一个需要内核源代码的软件,而不仅仅是头文件。因此,我们通过centos src rpm下载了内核源代码。 但是,缺少autoconf.h。 我们尝试了 将.config放在适当的位置(从/ boot复制一个)。 跑 make oldconfig 那么,什么是创建autoconf.h文件的呢?我们实际上必须构建内核吗?
9 linux  kernel  make 

3
为什么Macports找不到make
我正在尝试像这样运行macports: port install php5 但是,这样做时会出现以下错误: Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it? 所以我看着自己的路: declare -x PATH="/Developer/usr/bin:/opt/subversion/bin:/opt/local/bin:/opt/local/sbin:/usr/local/php5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" 然后查看以确保make位于其中之一: ls -l /Developer/usr/bin/make $ lrwxr-xr-x 1 root admin 7 Aug 7 16:47 /Developer/usr/bin/make -> …
8 port  path  mac-osx  make 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.