错误提示:Unable to find the development tool `cc` in your path; please make sure
that you have the package 'gcc' installed. If gcc is installed on your
system, then please check that `cc` is in your PATH.
我还是把步骤写出来 大家帮我看看
第一步:。。。编辑 /etc/modprobe.d/blacklist.conf 文件
#
# Listing a module here prevents the hotplug scripts from loading it.
# Usually that'd be so that some other driver will bind it instead,
# no matter which driver happens to get probed first. Sometimes user
# mode tools can also control driver binding.
#
# Syntax: driver name alone (without any spaces) on a line. Other
# lines are ignored.
#
# watchdog drivers
blacklist i8xx_tco
# framebuffer drivers
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist i810fb
blacklist cirrusfb
blacklist intelfb
blacklist kyrofb
blacklist i2c-matroxfb
blacklist hgafb
blacklist nvidiafb
blacklist rivafb
blacklist savagefb
blacklist sstfb
blacklist neofb
blacklist tridentfb
blacklist tdfxfb
blacklist virgefb
blacklist vga16fb
# ISDN - see bugs 154799, 159068
blacklist hisax
blacklist hisax_fcpcipnp
# sound drivers
blacklist snd-pcsp
blacklist nouveau。。。。。。。。。。。。。。。。。。。。。。。。。。。。。加 这里对吧??
第二步。。。。编辑 /etc/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,6)
# kernel /boot/vmlinuz-version ro root=/dev/sda7
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=3
timeout=15
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.31.9-174.fc12.i686)
root (hd0,6)
kernel /boot/vmlinuz-2.6.31.9-174.fc12.i686 ro root=UUID=50bed395-e2b6-4358-ac86-500c90ad776f LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau((我加了这个,还有nouveau.modeset=0这个也试过了,一到到安装显卡选“accept“后就erro什么development tool `cc`有问题还有the package 'gcc' installed.这个都什么意思啊 小白一个不懂高手给看下)
initrd /boot/initramfs-2.6.31.9-174.fc12.i686.img
2.6.31.9-174.fc12.i686.PAEdebug.img
title Other
rootnoverify (hd0,0)
第三步就是按ESC后选到Fedora那行按E进入下一级在选kernel.........XXXX这行 按E
#
#这里有几行不打了。。
#
=us rhgb quiet 3(这里加了个3)rdblacklist=nouveau
第五步:按B引导
[root@localhost]cd /home/we0543/program 回车
[root@localhost program]ls 回车
1.run NVIDIA-Linux-x86-190.53-pkg1.run
[root@localhost program]chmod +x NVIDIA-Linux-x86-190.53-pkg1.run(貌似不管用)
[root@localhost program]chmod 777 NVIDIA-Linux-x86-190.53-pkg1.run(这个不知道跟+X功能一样不一样)
[root@localhost program]sh NVIDIA-Linux-x86-195.22-pkg1.run
行了# # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # 启动安装后NVIDIA显卡驱动界面后 点ACCPET这个选项
蓝色提示框跳出:#Unable to find the development tool `cc` in your path;
please make sure that you have the package 'gcc' installed.
If gcc is installed on your system, then please check that `cc` is in your PATH.#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ##
一晚上就这么昏昏恶恶的过去了
javahome 于 2010-01-02 00:26:32发表:
yum install gcc
完了以后 按照论坛的方法继续 就是OK了
plckm 于 2009-12-31 14:38:41发表:
安个gcc先,坛子里有置顶的安装指南,按着它来
javahome 于 2009-12-30 15:47:43发表:
显卡驱动的问题 对新手来说是有点难搞阿,我刚刚安转好了
plckm 于 2009-12-29 23:32:06发表:
先装gcc你还没有编译工具,估计你装tar.gz软件的时候都不能make吧
javahome 于 2009-12-28 23:48:16发表:
yum install gcc
beyondncz 于 2009-12-28 22:28:02发表:
你好像没装gcc 无法编译造成错误 你的第2步用nouveau.modeset=0 我的方法跟你的一样就是这么安成功的 很可能是你的gcc没弄好 你装下gcc看看 yum install gcc gcc-c++