当前位置:网站首页>Gcc9.5 offline installation
Gcc9.5 offline installation
2022-07-05 21:26:00 【ab0902cd】
1. In the presence of a network , Download separately gcc9.5.0 Installation package , And its 4 A dependent package
Install package Links :https://mirrors.tuna.tsinghua.edu.cn/gnu/gcc/gcc-9.5.0/gcc-9.5.0.tar.gz
Dependent package links :ftp://gcc.gnu.org/pub/gcc/infrastructure
Download the following one by one 4 A dependent package (windows Download it and upload it to linux):
ftp://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.1.0.tar.bz2 ftp://gcc.gnu.org/pub/gcc/infrastructure/mpfr-3.1.4.tar.bz2 ftp://gcc.gnu.org/pub/gcc/infrastructure/mpc-1.0.3.tar.gz ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2
4 The dependent packages are :gmp-6.1.0.tar,isl-0.18.tar , mpc-1.0.3.tar , mpfr-3.1.4.tar
2. take 5 Bags put in linux In your own directory :/home/xzl
decompression gcc9.5.0 Installation package :tar -xzf gcc-9.5.0.tar.gz
take 4 A dependent package Move to gcc-9.5.0 Directory (mv)
stay gcc-9.5.0 Enter... In the directory :./contrib/download_prerequisites
3. stay gcc-9.5.0 Create... In the directory install Catalog (mkdir)
stay xzl Create a new directory under the directory build Enter this directory Input :
../gcc-9.5.0/./configure --prefix=/home/xzl/gcc-9.5.0/install --enable-language=c,c++
4.make -jn
5. make install
6. Configuration environment :export PATH=/home/xzl/gcc-9.5.0/install/bin${PATH}
边栏推荐
- Evolution of zhenai microservice underlying framework from open source component encapsulation to self-development
- 阿里云有奖体验:用PolarDB-X搭建一个高可用系统
- ESP32
- Zhang Lijun: penetrating uncertainty depends on four "invariants"
- Selenium's method of getting attribute values in DOM
- systemd-resolved 开启 debug 日志
- Golang (1) | from environmental preparation to quick start
- js常用方法封装
- LeetCode: Distinct Subsequences [115]
- [daily training] 729 My schedule I
猜你喜欢
2022-07-03-cka- latest feedback from fans
Talk about my fate with some programming languages
Deployment of Jenkins under win7
Teach yourself to train pytorch model to Caffe (2)
Longest swing sequence [greedy practice]
EN 438-7建筑覆盖物装饰用层压板材产品—CE认证
Two ways to realize video recording based on avfoundation
PVC 塑料片BS 476-6 火焰传播性能测定
EN 438-7 laminated sheet products for building covering decoration - CE certification
What should I do to prepare for the interview algorithm position during school recruitment?
随机推荐
Interviewer: will concurrent programming practice meet? (detailed explanation of thread control operation)
Comparison table of foreign lead American abbreviations
Zhang Lijun: la pénétration de l’incertitude dépend de quatre « invariants»
Pytoch practice -- MNIST dataset handwritten digit recognition
Deep merge object deep copy of vant source code parsing
MQ----activeMq
EasyExcel的讀寫操作
Selenium finds the contents of B or P Tags
Simple getting started example of Web Service
浅聊我和一些编程语言的缘分
Selenium gets the verification code image in DOM
让开发效率飞速提升的跨端方案
有些事情让感情无处安放
PostGIS installation geographic information extension
selenium 获取dom内属性值的方法
Get JS of the previous day (timestamp conversion)
校招期间 准备面试算法岗位 该怎么做?
Vant source code parsing event Detailed explanation of TS event processing global function addeventlistener
js常用方法封装
Modifiers of attributes of TS public, private, protect