ChinaUnix.net
相关文章推荐:

checking for gcc... no

安装配置一个文件,提示 haiertest /saptmp/samba/samba-2.2.7a/source #./configure loading cache ./config.cache checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH 请指教,谢谢。

by gaozj - AIX - 2003-11-13 14:34:40 阅读(7188) 回复(3)

相关讨论

I was looking into spell checking in Python. I found spell4py , and downloaded the zip, but couldn’t get it to build on my system. If I tried a bit longer maybe, but in the end my solution worked out fine. This library was overkill for my needs too. I found this article here: http://code.activestate.com/recipes/117221/ This seemed to work well for my purposes, but I wanted to test out other...

by cobrawgl - Python文档中心 - 2009-04-16 22:33:05 阅读(1442) 回复(0)

#!/bin/ksh for i in bos.content_list bos.perf.tools bos.acct bos.adt.samples do lslpp -l $i >/dev/null if [ $? != 0 ] then echo fi done if [ `oslevel` != "5.1.0.0" ] then lslpp -l bos.perf.tune >/dev/null fi which pstree >/dev/null if [ $? != 0 ] then echo Please download and install pstree from http://aixpdslib.seas.ucla.edu/packages/pstree.html fi which...

by beginner-bj - AIX文档中心 - 2006-03-12 17:07:29 阅读(1373) 回复(0)

请教Lotus Notes的Consistency checking这个选项在哪里可以找到并禁用,谢谢!

by menghonghe - 服务器应用 - 2005-11-07 13:33:08 阅读(1391) 回复(4)

checking Server Firmware Version There are two methods to check firmware version on HP servers: OnlineDiagnostics or the boot display (see  "Using the Boot Display (this requires a reboot):" ). Use OnlineDiagnostics if you do not want to reboot your system.  Using OnlineDiagnostics: If the OnlineDiagnostics are not already on your system, you can find them on the HP-UX 11i v1 Supp...

by 我爱臭豆腐 - HP文档中心 - 2005-09-15 10:13:34 阅读(1566) 回复(0)

启动Linux9的时候,出现下面的错误提示: checking filesystems /home: clean, 968/512000 files, 731195/1022127 blocks /usr contains a file system with errors, check forced. /usr: Inode 97 has imagic flag set. /usr: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options) /var contains a file system with error, check forced. /usr: Inode 129 has imagic flag set. /var: UNEX...

by pwair - Linux论坛 - 2003-12-08 11:03:18 阅读(785) 回复(1)

checking for pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config. *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config. 这个问题怎么解决!

by wubai - Linux论坛 - 2003-12-03 11:31:56 阅读(763) 回复(6)

启动到checking for new hardware的时候不动了 等了半天也不动,后来就黑屏了 昨天卸掉了网卡,今天重装装上后,就这样了 如何恢复?

by netsic - Linux论坛 - 2003-02-20 01:27:23 阅读(876) 回复(3)

怎么回事呢?configure php都通不过。我的环境是debian x86 64位的, php 5.2.9 config.log出错部分如下 [CODE] configure:19873: checking whether to enable LIBXML support configure:19921: checking libxml2 install dir configure:19950: checking for xml2-config path configure:20108: checking whether libxml build works configure:20135: gcc -o conftest -g -O2 -L/usr/local/libxml2/lib conftest.c -lr...

by lewphee - PHP - 2009-08-31 13:44:01 阅读(3937) 回复(1)

我用gcc -o test test.c编译test.c为什么执行test文件时没有任何结果, 而使用gcc -o abc test.c则可以得到正确结果? 是不是指定的文件名不能与源文件相同?

by wangxiaoguang - C/C++ - 2008-08-01 18:37:31 阅读(2290) 回复(10)

以下gcc包分别都有些什么作用: gcc-3.2.2-5.i386.rpm; gcc-c++3.2.2-5.i386.rpm; gcc-g77-3.2.2-5.i386.rpm; gcc-gnat-3.2.2-5.i386.rpm; gcc-java-3.2.2-5.i386.rpm; gcc-objc-3.2.2-5.i386.rpm. 弄了好久也弄不明白..

by zengqiang - 桌面与办公 - 2007-01-01 19:29:25 阅读(702) 回复(6)