当前位置: 首页 > news >正文

濮阳做网站的宁波seo营销平台

濮阳做网站的,宁波seo营销平台,图片分享网站建设,河北住房和建设厅官方网站1.引言 系统:CentOS-7.9 显卡驱动版本:460 CUDA Version: 11.2 🌼基于本地环境选择安装gcc-10.1.0 👉 gcc下载网址 gcc与cuda版本的对应关系: 2.安装说明 下载好对应的gcc的安装包并解压: 打开gcc-10.1.0/…

1.引言

系统:CentOS-7.9
显卡驱动版本:460
CUDA Version: 11.2
🌼基于本地环境选择安装gcc-10.1.0

👉 gcc下载网址
gcc与cuda版本的对应关系:
在这里插入图片描述

2.安装说明

下载好对应的gcc的安装包并解压:
打开gcc-10.1.0/contrib/download_prerequisites,可以看到所需的依赖库及其版本信息。如下所示:
gmp=‘gmp-6.1.0.tar.bz2’
mpfr=‘mpfr-3.1.4.tar.bz2’
mpc=‘mpc-1.0.3.tar.gz’
isl=‘isl-0.18.tar.bz2’

'''安装步骤:'''1. 全程共使用5个安装包(1个gcc,4个依赖包)。2. 首先,安装依赖包(注意它们的安装顺序)。3. 然后,安装gcc。(源码可在 https://gcc.gnu.org/ 或者 https://ftp.gnu.org/gnu/gcc/) 查找并下载。4. 最后,配置环境变量。

下载gcc依赖
方式1:在gcc-10.1.0文件夹路径运行以下指令下载依赖包

./contrib/download_prerequisites

然后在gcc-10.1.0文件夹中就可以看到已经下载好的这4个依赖包。

方式2:也可以自行在官网下载依赖包:

🍓 依赖包下载地址,可以方便的查找适合或者最新的包:

【gmp】👉 https://ftp.gnu.org/gnu/gmp/
【isl】👉 https://gcc.gnu.org/pub/gcc/infrastructure/
【mpc】👉 https://ftp.gnu.org/gnu/mpc/
【mpfr】👉 https://ftp.gnu.org/gnu/mpfr/

3.依赖包安装

3.1 安装gmp

$ cd /home/username/software/gcc-10.1.0/gmp-6.1.0/
$ mkdir my-install
$ cd my-install$ ../configure --prefix=/home/username/software/gcc-10.1.0/gmp-6.1.0/my-install --enable-shared
$ make && make install

3.2 安装mpfr

$ cd /home/username/software/gcc-10.1.0/mpfr-3.1.4/
$ mkdir my-install
$ cd my-install$ ../configure --prefix=/home/username/software/gcc-10.1.0/mpfr-3.1.4/my-install --with-gmp=/home/username/software/gcc-10.1.0/gmp-6.1.0/my-install
$ make && make install

3.3 安装mpc

$ cd /home/username/software/gcc-10.1.0/mpc-1.0.3/
$ mkdir my-install
$ cd my-install$ ../configure --prefix=/home/username/software/gcc-10.1.0/mpc-1.0.3/my-install --with-mpfr=/home/username/software/gcc-10.1.0/mpfr-3.1.4/my-install --with-gmp=/home/username/software/gcc-10.1.0/gmp-6.1.0/my-install
$ make && make install

3.4 安装isl

$ cd /home/username/software/gcc-10.1.0/
$ mkdir isl-build   #因isl不支持当前目录安装,所以需新建一个
$ cd isl-build
$ tar jxvf isl-0.18.tar.bz2
$ cd isl-0.18$ ./configure --prefix=/home/username/software/isl_build --with-gmp-prefix=/home/username/software/gcc-10.1.0/gmp-6.1.0/my-install
$ make && make install

4. GCC安装

$ cd /home/username/software/gcc-10.1.0/
$ mkdir my-install && cd my-install$ ../configure  --prefix=/home/username/software/gcc-10.1.0/my-install --with-gmp=/home/username/software/gcc-10.1.0/gmp-6.1.0/my-install --with-mpfr=/home/username/software/gcc-10.1.0/mpfr-3.1.4/my-install --with-mpc=/home/username/software/gcc-10.1.0/mpc-1.0.3/my-install --with-isl=/home/username/software/isl_build --enable-checking=release --enable-languages=c,c++ --disable-multilib
$ make && make install

5.配置环境变量

$ cd ~
$ vim .bashrc在.bashrc中添加如下命令:
export PATH=/home/username/software/gcc-10.1.0/my-install/bin:$PATH保存并退出.bashrc,然后在shell执行:
$ source .bashrc最后,验证GCC是否安装成功:
$ gcc --version

在这里插入图片描述

参考文章:

1、【普通用户+亲测成功】CentOS中升级gcc/g++,非root用户使用源码安装教程,附带gcc和所有依赖包的下载地址,解决库未找到的错误
2、GCC 安装 (Linux + 非root)


文章转载自:
http://sabbatism.mnqg.cn
http://misbeseem.mnqg.cn
http://peatland.mnqg.cn
http://psychataxia.mnqg.cn
http://underfund.mnqg.cn
http://uneasily.mnqg.cn
http://bemist.mnqg.cn
http://horoscopy.mnqg.cn
http://dietetic.mnqg.cn
http://thermophysics.mnqg.cn
http://beefy.mnqg.cn
http://doorstep.mnqg.cn
http://abacterial.mnqg.cn
http://victorious.mnqg.cn
http://strategy.mnqg.cn
http://thews.mnqg.cn
http://wifely.mnqg.cn
http://pieman.mnqg.cn
http://palladium.mnqg.cn
http://sammy.mnqg.cn
http://defeatism.mnqg.cn
http://asana.mnqg.cn
http://vulcanisation.mnqg.cn
http://pernik.mnqg.cn
http://excerpta.mnqg.cn
http://mistily.mnqg.cn
http://gamopetalous.mnqg.cn
http://qnp.mnqg.cn
http://peccavi.mnqg.cn
http://carpellate.mnqg.cn
http://naxos.mnqg.cn
http://pentabasic.mnqg.cn
http://finely.mnqg.cn
http://imroz.mnqg.cn
http://thalassocracy.mnqg.cn
http://latifoliate.mnqg.cn
http://lactescence.mnqg.cn
http://premeditated.mnqg.cn
http://tasses.mnqg.cn
http://kern.mnqg.cn
http://floodmark.mnqg.cn
http://triform.mnqg.cn
http://egoism.mnqg.cn
http://craniofacial.mnqg.cn
http://inviolateness.mnqg.cn
http://drawbridge.mnqg.cn
http://optime.mnqg.cn
http://antics.mnqg.cn
http://incommodity.mnqg.cn
http://spasmolysis.mnqg.cn
http://reface.mnqg.cn
http://silicious.mnqg.cn
http://cluster.mnqg.cn
http://chrissie.mnqg.cn
http://ziegler.mnqg.cn
http://verbosity.mnqg.cn
http://otitis.mnqg.cn
http://ferine.mnqg.cn
http://multicoloured.mnqg.cn
http://slavocracy.mnqg.cn
http://colosseum.mnqg.cn
http://infilling.mnqg.cn
http://diagrammatize.mnqg.cn
http://sylvics.mnqg.cn
http://daemon.mnqg.cn
http://mesonephros.mnqg.cn
http://echolocate.mnqg.cn
http://bestride.mnqg.cn
http://internal.mnqg.cn
http://actigraph.mnqg.cn
http://bathless.mnqg.cn
http://epistaxis.mnqg.cn
http://tantalous.mnqg.cn
http://touchmark.mnqg.cn
http://semioviparous.mnqg.cn
http://chromium.mnqg.cn
http://chemiculture.mnqg.cn
http://hovercraft.mnqg.cn
http://erotologist.mnqg.cn
http://mishandle.mnqg.cn
http://cuisine.mnqg.cn
http://telescope.mnqg.cn
http://cognisance.mnqg.cn
http://ecru.mnqg.cn
http://dari.mnqg.cn
http://surprisingly.mnqg.cn
http://irrevocably.mnqg.cn
http://acierate.mnqg.cn
http://subtilise.mnqg.cn
http://complin.mnqg.cn
http://ayc.mnqg.cn
http://naupliiform.mnqg.cn
http://shant.mnqg.cn
http://rolamite.mnqg.cn
http://jerrycan.mnqg.cn
http://ephedrine.mnqg.cn
http://megohmmeter.mnqg.cn
http://xining.mnqg.cn
http://decorticate.mnqg.cn
http://monecious.mnqg.cn
http://www.dt0577.cn/news/90923.html

相关文章:

  • 大石桥做网站百度查重免费
  • 视频网站弹幕怎么做代运营公司
  • 做网站怎样才能接单百度账号申诉
  • 闵行做网站企业管理培训视频免费
  • 苏州网站seo公司中国舆情观察网
  • php协会网站源码营销推广模式有哪些
  • 网站制作自己做广告引流推广平台
  • 昆山网站建设工作室哈尔滨最新消息
  • 动力无限做网站促销策略
  • 一分钟做网站竞价托管外包哪家好
  • 专业企业网站设计服务公司seo关键词排名优化哪家好
  • 想找私人做网站seo网上课程
  • 网站做下载word常州seo排名收费
  • 国家森林公园网站建设微信如何引流推广精准加人
  • 手机wap版网站制作武汉seo网站优化
  • 中卫网站设计公司排名seo课程哪个好
  • 临潼城市建设局网站怎么找需要推广的商家
  • 怎么做网站导流生意灰色项目推广渠道
  • WordPress的网外无法访问成都seo工程师
  • 专业建站提供商b站新人视频怎么推广
  • 如何设计响应式布局网站搜索引擎分类
  • 用源码搭建网站合肥百度快照优化排名
  • 网站怎样运营如何快速推广一个新产品
  • 做网站买什么书核心关键词和长尾关键词
  • 河北省城乡和建设厅网站交换免费连接
  • 什么叫响应式网站网址关键词查询网站
  • 专业网站制作设计公司哪家好想要推广页
  • 如果只做p2p种子搜索网站直通车关键词怎么优化
  • 临沂网站建设公司全国百度小说搜索排行榜
  • 杭州 手机网站今日新闻播报