Linux redhat 虚拟机下怎么装gcc

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux redhat 虚拟机下怎么装gcc相关的知识,希望对你有一定的参考价值。

我才在虚拟机上装好了Linux 可是没有gcc编译器,这个要怎么安装?
有人说在装Linux 的时候会有装GCC的选项,我怎么就没看见呢?具体在哪啊?还有我的Linux是装在虚拟机上的,不知道怎么才能上网,因为我上网的方式是无线上网,或者用3A上网,所以Linux下不知道怎么才能上网,到哪去下啊!麻烦各位大大给我个详细的说明,越详细越好,最好是猪都能看懂的那种!谢谢

linux 下C的编译器一般是gcc ,所以一般安装的都是GCC。安装GCC有两种方法
在线安装可以使用在线安装命令直接安装。
sudu apt-get install gcc
离线安装
下载gcc源码包
解压gcc 源码包
进入gcc解压之后的路径
执行make命令
执行 make install
参考技术A 虚拟机是vmware的吗,如果是,为linux的虚拟机加载redhat的安装光盘(在vmware的虚拟机配置里或菜单里),redhat的安装光盘(或镜像)里有gcc的安装包(rpm格式的)。
由于主机是无线上网,虚拟机一般采用NAT方式,linux里的网卡配置成DHCP方式,由vmware为其分配地址。
参考技术B 安装gcc要在linux安装时设置,由于我都是在这里设置的,因此我只知道安装linux时怎样设置,你可以重装一下linux,你注意看,安装的过程中,有一个软件定制,可以选择现在定制和稍后定制,这里要选择现在定制,然后按下一步,就会进入到界面,让你自定义选择你要装的程序,这里最好装上vsftpd和gcc,这里vsftpd是搭建服务器的..
至于上网的问题:以桥接方式连接宿主机网卡,并与宿主机设置同一个网段的IP地址. 可以在虚拟机的command line下输入命令:setup,进入network configuration界面进行IP,NETMASK,GATEWAY,DNS设置即可. 另外:确保XP下的VMware DHCP Service和VMware NAT Service两个服务开启..看一下网上邻居,点击网络连接就可以看到..
参考技术C gcc在开发工具里面,英文是development tools。

你不能上网的话就有点麻烦,可以下载到本地,然后通过虚拟机共享过去。不过我觉得简单的方法还是重装一下虚拟机里的系统,呵呵。
参考技术D 你的redhat是什么版本阿。
安装的时候选上“开发工具”就可以。
还有你的虚拟机是什么阿?vmware的话,可以在网卡的配置里选择“桥接”模式。然后在虚拟的linux里配一个ip,和你的windows在同一个网段,应该就可以上网。

linux虚拟机下如何挂载windows分区

在E盘用vmware安装了red hat9.0想把C盘和D盘也挂载到linux 中去,
用一般的挂载方法根本就不行,挂载不上去。
请问,还有没有其他的什么方法把他们给挂载上去。
谢谢
!~

Linux自动挂载Windows分区

当Linux需要挂载Windows分区的时候,可以修改./etc下的fstab文件实现电脑在启动的时候自动挂载ntfs分区和fat32分区,比如分区格式如下:

[root@localhost ~]# fdisk -l

如果需要挂载:

就只需要在fstab文件里面加上:

就可以了。不过在此之前得先在./mnt文件夹下面新建两个文件夹“E_Driver”和“F_Driver”!

参考技术A mount /dev/hda* /mnt
有些内核编译时没有支持NTFS,需要patch或者重新编译
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .本回答被提问者采纳
参考技术B linux虚拟机和windows可以共享

以上是关于Linux redhat 虚拟机下怎么装gcc的主要内容,如果未能解决你的问题,请参考以下文章

在linux虚拟机下 配置 Web NginxTomcat

在linux虚拟机下 配置 Web NginxTomcat

VMWare虚拟机下RedHat 9.0linux的网络设置

在VM虚拟机中安装Redhat7 / CentOs7

在VM虚拟机中安装Redhat6.5 / CentOs6.5

arm板和虚拟机下linux网络ping的速度很慢