install gcc under suse

SUSE 11中安装GCC开发环境

SUSE11中安装GCC开发环境

安装包下载网站:http://213.174.32.130/sles/distribution/11.0-SP1/repo/disk1/suse/x86_64/

RPM包搜索网址:http://rpm.pbone.net/

查看Linux的版本

linux:~ # cat /etc/issue

Welcome to SUSE Linux Enterprise Server 11SP1  (x86_64) - Kernel \r (\l).

查看Linux的内核

linux:~ # cat /proc/version

Linux version 2.6.32.12-0.7-default([email protected]) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSELinux) ) #1 SMP 2010-05-20 11:14:20 +0200

安装gcc和g++

1)挂载ISO镜像文件(需要root权限):

#mkdir /mnt/iso

#mount-o loop -t iso9660  <iso file>  /mnt/iso

或者插入光驱挂载:

#mkdir /mnt/cdrom

注:查看CDROM设备名称的方法,一般为/dev/cdrom:

*  执行:$ dmesg |egrep -i --color ‘cdrom|dvd|cd/rw|writer‘

[  5.437164] sr0 : scsi3-mmc drive: 24x/24x writerdvd-ram cd/rw xa/form2 cdda tray

[    5.437307] cdrom: Uniform CD-ROM driverRevision: 3.20

* 执行:$ less/proc/sys/dev/cdrom/info

CD-ROMinformation, Id: cdrom.c 3.20 2003/12/17

drive name:        sr0

drive speed:        24

* 执行: lsblk(列出所有块设备)

# mount -t iso9660 /dev/cdrom /mnt/cdrom

2)进入到安装位置:

# cd<cdrom>/suse

依赖关系(安装64位即可,无需安装32位):

- 安装glibc-devel-2.9-13.2.x86_64.rpm

-- 需要linux-kernel-headers-2.6.27-2.22.noarch.rpm

- 安装 gcc-4.3-62.198.x86_64.rpm

-- 需要安装gcc43-4.3.3_20081022-11.18.x86_64.rpm

- 安装glibc-devel-32bit-2.9-13.2.x86_64.rpm

-  安装gcc-32bit-4.3-62.198.x86_64.rpm

--  需要安装gcc43-32bit-4.3.3_20081022-11.18.x86_64.rpm

--- 需要安装libgomp43-32bit-4.3.3_20081022-11.18.x86_64.rpm

- 安装libstdc++43-devel-4.3.3_20081022-11.18.x86_64.rpm

- 安装gcc-c++-4.3-62.198.x86_64.rpm

-- 需要安装gcc43-c++-4.3.3_20081022-11.18.x86_64.rpm

- 安装libstdc++43-devel-32bit-4.3.3_20081022-11.18.x86_64.rpm

- 安装libstdc++-devel-4.3-62.198.x86_64.rpm

3)安装安装glibc-devel

rpm -ivh noarch/linux-kernel-headers-2.6.32-1.4.13.noarch.rpm

# rpm -ivhglibc-devel-2.11.1-0.17.4.x86_64.rpm

4)安装gcc

# rpm -ivh gcc43-4.3.3_20081022-11.18.x86_64.rpm

# rpm -ivh gcc-4.3-62.198.x86_64.rpm

5)安装g++

# rpm -ivh libstdc++-devel-4.3-62.198.x86_64.rpm

# rpm -ivh libstdc++43-devel-4.3.3_20081022-11.18.x86_64.rpm

# rpm -ivh gcc-c++-4.3-62.198.x86_64.rpm

# rpm -ivh gcc43-c++-4.3.3_20081022-11.18.x86_64.rpm

Yast源搭建

1)挂载ISO镜像

新建一个目录

mkdir /mnt/iso

将iso文件mount到该目录上:

mount -o loop/data/suse11sp1/64-GM-DVD1.iso /mnt/iso

2)增加zypper安装源

zypperaddrepo /mnt/iso/ suse11sp1iso

或者 zypper sa file:///mnt/iso/ suse11sp1iso

注:直接挂载 ISO 镜像文件,路径 <iso-path> 自行修改,命令

# zypper sa iso:///?iso=<iso-path>/SLES-11-SP1-x86_64-DVD1.iso

# zypper refresh      刷新生效, ISO 被识别为 yast 源。

3)显示zypper安装源命令:

zypper repos

zypper lr

4)安装GCC、G++

zypper insallgcc-c++

zyppr install gcc

安装笔记:Suse安装gcc

经常看到同学在用Suse时,出现这样那样的问题,于是大家就经常在一起讨论,一起解决。从中我们付出了汗水,但收获了知识。Suse还是比较常用的,于是我研究了一下Suse安装gcc,在这里拿出来和大家分享一下,希望对大家有用。今天主要说的是Suse安装gcc的方法。

1.获得程序
cpp-3.3.3-43.24.i586.rpm
glibc-devel-2.3.3-98.28.i586.rpm
gcc-3.3.3-43.24.i586.rpm

根据安装过程中所缺的包,进行补充。

2.准备安装GCC
# rpm -ivh gcc-3.3.3-43.24.i586.rpm 
error: Failed dependencies:
glibc-devel is needed by gcc-3.3.3-43.24
cpp = 3.3.3-43.24 is needed by gcc-3.3.3-43.24

3.安装GCC必须软件
1)安装glibc-devel
#rpm -ivh glibc-devel-2.3.3-98.28.i586.rpm 
Preparing...                ########################################### [100%]
1:glibc-devel            ########################################### [100%]

2)安装cpp
#rpm -ivh cpp-3.3.3-43.24.i586.rpm 
Preparing...                ########################################### [100%]
package cpp-3.3.3-43.41 (which is newer than cpp-3.3.3-43.24) is already installed
file /usr/bin/cpp from install of cpp-3.3.3-43.24 conflicts with file from package cpp-3.3.3-43.41
file /usr/lib/gcc-lib/i586-suse-linux/3.3.3/cc1 from install of cpp-3.3.3-43.24 conflicts with file from package cpp-3.3.3-43.41
file /usr/share/man/man1/cpp.1.gz from install of cpp-3.3.3-43.24 conflicts with file from package cpp-3.3.3-43.41

可以发现系统遭已安装了cpp,只是版本冲突。

3)执行gcc安装
# rpm -ivh gcc-3.3.3-43.24.i586.rpm        
error: Failed dependencies:
cpp = 3.3.3-43.24 is needed by gcc-3.3.3-43.24

发现系统还是识别不了cpp

4)强制安装版本cpp-3.3.3-43.24
# rpm -ivh cpp-3.3.3-43.24.i586.rpm --nodeps --force
Preparing...                ########################################### [100%]
1:cpp                    ########################################### [100%]

5)再次安装gcc
# rpm -ivh gcc-3.3.3-43.24.i586.rpm 
Preparing...                ########################################### [100%]
1:gcc                    ########################################### [100%]

6)测试gcc
# which gcc
/usr/bin/gcc
#vi test.c
test.c内容如下:
#include <stdio.h>
main()
{
printf("\nGCC is OK!\n\n");

编译test.c
# gcc -O test.c -o test
生成可执行文件test(通过ls命令可以看到) 运行 test
#./test
屏幕输出
GCC is OK!
说明GCC程序编译正确。

7)加入相应的环境变量PATH,LD_LIBRARY_PATH即可。

这样就完成了Suse安装gcc的步骤。

时间: 2024-10-23 18:23:40

install gcc under suse的相关文章

安装g++,在centos上执行yum -y install gcc gcc-c++ libstdc++-devel

Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: mirrors.163.com * extras: mirrors.cqu.edu.cn * updates: mirrors.nwsuaf.edu.cn Setting up Install Process Resolving Dependencies --> Running transaction check -

How to install starDIct on suse OS?

1. Access page http://code.google.com/p/stardict-3/ to download starDict package or use zypper in to install it from product repo 2. Download dictionary from http://abloz.com/huzheng/stardict-dic/ and extract them to installed path.

SUSE 11中安装gcc开发环境

安装包下载网站:http://213.174.32.130/sles/distribution/11.0-SP1/repo/disk1/suse/x86_64/ RPM包搜索网址:http://rpm.pbone.net/ 查看Linux的版本 linux:~ # cat /etc/issue Welcome to SUSE Linux Enterprise Server 11SP1  (x86_64) - Kernel \r (\l). 查看Linux的内核 linux:~ # cat /pr

pip install lxml 报错error: command ‘gcc‘ failed wit

install gcc install libxslt-devel libxml2-devel

CentOS 中无法使用make,make install 命令 make: command not

CentOS 中无法使用make,make install 命令 make: command not found 1.安装make yum -y install gcc automake autoconf libtool make 2.安装gcc yum install gcc gcc-c++

Install Softether vpn client on CentOS 6.5, using Radius authentication

to disable ipv6method 1:vi /etc/grub.confadd ipv6.disable=1 to kernel line, and reboot method 2:echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.confsysctl -p 1. disable selinux and iptables service iptables stop chkconfig iptables

Linux下安装gcc 、g++ 、gfortran编译器

一.ubuntu下gcc/g++/gfortran的安装 1.安装 (1).gcc ubuntu下自带gcc编译器.可以通过“gcc -v”命令来查看是否安装. (2).g++ 安装g++编译器,可以通过命令“sudo apt-get install build-essential”实现. 执行完后,就完成了gcc,g++,make的安装.build-essential是一整套工具,gcc,libc等等. 通过“g++ -v”可以查看g++是否安装成功. 注:“sudo apt-get inst

【Linus】配置gcc、g++和gdb

从 Linux中使用gcc来编译C程序,使用g++来编译C++程序,使用GDB来调试程序,这些使用工具都需要自己进行安装,那么应该怎样配置这些工具呢? 1.查看vim信息,并查看是否存在.vimrc和.viminfo这样的配置文件 2.配置gcc.g++ Centos中使用yum来配置gcc和g++. 若要安装gcc,则在命令行中输入:yum -y install gcc,按回车键就能够进行gcc的安装:若要安装g++,则需要在命令行中输入:yum -y install gcc++,就能够进行g

怎样在Centos中配置gcc、g++、和gdb?

linux中使用gcc来编译C程序,使用g++来编译C++程序,使用GDB来调试程序,这些使用工具都需要自己进行安装,那么应该怎样配置这些工具呢? 首先,在命令行中输入vi查看一下vim的信息如下: 然后,输入ls -a查看是否存在.vimrc和.viminfo这样的配置文件,结果如下: 1.配置gcc.g++ Centos中使用yum来配置gcc和g++,若要安装gcc,则在命令行中输入:yum -y install gcc,按回车键就能够进行gcc的安装,若要安装g++,则需要在命令行中输入