ChinaUnix.net
相关文章推荐:

configure Makfileam

我在RedHat linux9.0中用原代码tar包装mysql 输入./configu --help 出来的是 -bash:./configure :no such file or directory 这是扎回事哦

by divl2 - MySQL - 2009-01-10 21:41:39 阅读(1941) 回复(2)

相关讨论

# ./configure --prefix=/tools checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... no checking for egrep... egrep checking for bison... no checking for byacc... no checking whether ln -s works... yes checking for gcc... no checking fo...

by xp20683 - Solaris - 2007-10-06 01:14:58 阅读(1475) 回复(1)

在RH9。0中, 我用TAR方式安装, 在目录中,使用./configure提示有错误, 错误信息如下图,

by jason_xia - Linux论坛 - 2004-06-30 19:33:53 阅读(603) 回复(5)

configure: error: Could not find suitable libgc 产生这个error的原因是什么? 哪位可以帮忙? 谢谢

by 神秘预言 - BSD - 2008-11-20 23:26:43 阅读(1555) 回复(0)

centos 5 apache2.2.9 apache2.2.8 一直没法安装apache2内容如下: [root@localhost httpd-2.2.9]# ./configure #无法安装 checking for chosen layout... Apache ---------- Configuring Apache Portable Runtime library ... ------- Configuring Apache Portable Runtime Utility library... checking for APR-util... yes checking for gcc... gcc checking for C compiler default output file name... a.out check...

by peacock66 - 服务器应用 - 2008-08-20 12:05:14 阅读(1614) 回复(0)

在安装软件时为什么需要这个操作呢?这一步有什么用呢? 谢谢!

by mishuang - Solaris - 2008-01-31 18:30:26 阅读(2055) 回复(6)

tar xvf $LFS/findutils-4.2.23.tar.bz2 cd findutils-4.2.23 ./configure --prefix=/usr --libexecdir=/usr/lib/locate \ --localstatedir=/var/lib/locate make 其实,对./configure --prefix不陌生了,但还是不是很清楚, 我想问一下大家,具体一些的说 --prefix的作用 =号后路径是用来干什么的? 为什么有时会有多个=号,其=号后的路径又是用来干什么的? 请高手详细回答。 谢谢大家了。

by zhanglupanda - Shell - 2008-01-17 10:06:58 阅读(5168) 回复(8)

今天在装gcc4.2,每次一改configure 的参数并重新configure 后,所有的make都会重新来过,有没有可能实现重新configure后还可以增量make?谢谢

by tianqio - C/C++ - 2007-06-19 10:16:38 阅读(1043) 回复(1)

configure到底需要多少包的支持???一般的包我都装了!我用的系统是as4,我想知道我们装的每个包到底有什么用?那位有这方面的文章或者资料拿出来分享下1感谢!!!! [ 本帖最后由 liuyaming0938 于 2007-4-11 09:43 编辑 ]

by liuyaming0938 - 服务器应用 - 2007-04-11 20:47:06 阅读(1805) 回复(7)

1 Command Line 2 Sample Configurations 3 Topics 4 General Configuration 5 Environment Configuration 6 Server Configuration 7 Port Configuration 8 Virtual Host Configuration 9 Application Configuration 10 Deployment 11 Security Configuration 12 Clustering and Load Balancing 13 Cache Configuration 1.Command Line Option Description -classpath xxx Adds to the system classpath, default...

by softiger - Java文档中心 - 2006-08-10 10:49:32 阅读(1003) 回复(0)

基本上还可以吧,满足要求。 举例如下: * @date Sat Jul 03 23:59:57 CEST 2004 * @version 0.01 */ // inlclude the class-file require_once( 'class.ConfigMagik.php'); // create new ConfigMagik-Object $Config = new ConfigMagik( 'example.ini', true, true); // change path or name of config-file #$Config->PATH = "example.ini.php"; // switch processing sections on or off // NOTE: Turning ...

by dewflower - php文档中心 - 2006-05-06 04:24:39 阅读(691) 回复(0)