现在机子是FC4,默认的gcc是4.0的, 我想安装3.4.4的,按gcc的manual中说的作,如下: $mkdir objdir $cd objdir $../gcc-3.4.4/configure --prefix=/usr/local/gcc-3.4.4 --enable-shared --enable-threads=posix ......... $make 然后就给我报错: checking whether compiler driver understands Ada... yes configure: error: unknown check category release make: *** [configure-gcc] 错误 1 是不是高版本不能编译安装低...
1)sudo apt-get install telnetd openbsd-inetd 2)more /etc/inetd.conf ## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd 确保配置文件里有以上内容! 3)sudo /etc/init.d/openbsd-inetd restart 4)登录测试: [email=admin@ubuntu:~$]admin@ubuntu:~$[/email] telnet 127.0.0.1 Trying 127.0.0.1... Connected to 127.0.0.1. E...
1.下载并解压Eclipse Linux版,运行installer 发现系统没有安装JDK 2.下载安装JDK1.6 for Linux 通过查看Eclipse的安装脚本,发现可以将JDK安装到/usr/java目录下。 3.运行installer后发现Eclipse的安装需要rpm,而ubuntu默认是不带rpm程序的,所以需要 sudo apt-get install rpm 4. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/61758/showart_1096318.html
1、使用cpan安装 #sudo cpan install Bundle::CPANPLUS 提示一大堆错误,最后不成功。 2、使用源程序编译安装 下载CPANPLUS-0.072.tar.gz之后解压至CPANPLUS-0.072 #cd CPANPLUS-0.072 #sudo ./configure 提示如下 checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 checking for gcc... gcc checking for C compiler default output file name... configure: error: C...
在安装ubuntu时,出现 Begin: waiting for root file system ... 然后就长时间无反应…… 安装ubuntu时,是用grub安装的。启动grub后,执行了下列操作(略去grub提示符): root (hd0,0) #vmlinuz 和 initrd两个文件均在第一个硬盘,第一个分区根目哪 kernel /vmlinuz root=/dev/ram #这里,即使换成 kernel /vmlinuz root=/dev/hda6 ,hda6是我分给linux的/boot目录 initrd /initrd.gz boot 请问,这些步骤有误么? 该...
ubuntu Linux 6.06最新版的Dapper Drake测试版发布了,决定安装试试看。因为原来的5.10上没有什么重要的文件,所以决定从已有的5.10上安装Dapper Drake。 1、通过现有的Linux安装Dapper Drake ① 到ubuntu的ftp上下载硬盘安装启动所需要的2个文件,下载地址: vmlinus (kernel binary) 、 initrd.gz (ramdisk image) 接着下载安装文件ISO,下载地址: ubuntu-6.06-beta-install-i386.iso ② 将vmlinus和initrd.gz拷贝到一个...