码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
How to configure NFS on Linux
Copy From: http://linuxconfig.org/how-to-configure-nfs-on-linuxHow to configure NFS on Linux1.IntroductionThe Network File System is certainly one of ...
分类:系统相关   时间:2015-01-28 12:42:12    阅读次数:224
gcc4.9.2 for osx
安装GMP cd gmp*;mkdir build && cd build ../configure --prefix=/usr/local/gcc4.9.2 --enable-cxx make;make install 安装MPFR cd ../../mpfr*;mkdir build && cd build ../configure --prefix=/usr/local/gc...
分类:其他好文   时间:2015-01-27 18:38:27    阅读次数:185
linux 上操作常用的命苦与出错的地方
帮助信息./configure -help|grep mysql出错提示安装libxml2 tar -zxvf libxml2xxxx.tarcd libxml2xxx./configure make && make install------------------安装 gd库yum instal...
分类:系统相关   时间:2015-01-27 18:06:32    阅读次数:272
GTK进阶学习:属性改变事件
当窗口初始化,被移动或拉伸时,会触发属性改变事件。 属性改变事件产生的信号:configure_event 其回调函数的定义如下: gboolean callback( GtkWidget *widget,  GdkEventConfigure *event,  gpointer data )...
分类:其他好文   时间:2015-01-27 16:31:41    阅读次数:189
PHPSTORM_常用配置_使用技巧
1,从版本控制系统创建项目: CVS ->?Checkout from Version Control 2, 关联DOC文档: 右键External Librariese -> Configure PHP include paths 3, 去掉波浪线: settings -> Editor -> Colors & Fonts -> General...
分类:Web程序   时间:2015-01-27 11:28:37    阅读次数:245
zabbix监控的安装
被监控端的安装与配置:tarzxfzabbix-2.4.1.tar.gzcdzabbix-2.4.1./configure--prefix=/usr/local/zabbix--enable-agent&&make&&makeinstall###########################################################################################cd/usr/local/zabbix..
分类:其他好文   时间:2015-01-26 23:01:21    阅读次数:469
nginx平滑升级
nginx-1.6.0平滑升级到nginx.1.6.21、tarzxvfnginx-1.6.2.tar.gz2、cdnginx-1.6.23、/usr/local/nginx/sbin/nginx-V4、./configure将上一步显示的模块复制到此处5、make6、mv/usr/local/nginx/sbin/nginx/usr/local/nginx/sbin/nginx.old7、cpobjs/nginx/usr/local/nginx/sbin8..
分类:其他好文   时间:2015-01-26 17:27:18    阅读次数:151
ubuntu14.04下安装rubinius测试原生线程
因为CRuby(MRI)本身不支持原生多线程,所以想试一下其他ruby解释器实现对原生多线程的支持.于是安装rubinius折腾一下:)     在rubinius官网下载2.4.1源代码,然后驾轻就熟首先bundle,然后./configure一切正常,在rake最后关头出现错误,提示rubinius内部文件夹中若干文件找不到;奇怪的是再次执行rake后,还是报错,但是文件夹中出现了上次未找到...
分类:编程语言   时间:2015-01-26 17:10:21    阅读次数:158
fedora安装abyss的openmpi问题
configure时出现错误如下checking mpi.h usability... nochecking mpi.h presence... nochecking for mpi.h... nochecking for MPI_Init in -lmpi... no问题在于abyss需要同时指定...
分类:其他好文   时间:2015-01-26 16:36:33    阅读次数:185
CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH
因为是centos linux,默认可以采用yum方式安装,则采用如下命令安装gcc编译器即可:# yum -y install gcc安装更新了如下几个组件:gcc 4.1.2-44.el5binutils 2.17.50.0.6-9.el5cpp 4.1.2-44.el5glibc-devel ...
分类:其他好文   时间:2015-01-26 11:47:08    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!