gcc问题
Tofloor
poster avatar
小小怪下士
deepin
2020-10-06 02:43
Author
deepin的源内为什么没有老的gcc版本了?比如说gcc-4.4整了半天也没装好
Reply Favorite View the author
All Replies
Feng Yu
deepin
2020-10-06 03:02
#1
deepin的源也是debian的。debian都没了自然也就没了。

而且gcc 4.4你不觉得太老了吗?现在很多C/C++程序恐怕用gcc 4.4都没办法成功编译。gcc 4.4应该都不支持std c++11标准,新的软件根本就编译不了。

你是哪个程序需要用到这么低的版本?通常高版本的gcc都是可以支持老旧的程序的,根本没必要降回去
Reply View the author
lbygljq
deepin
2020-10-06 04:04
#2
4.4版确实太老了,真的想要,可以到清华大学镜像站下载源代码包,编译安装,不怎么费事儿,就是时间有点长。
我的Deepin15,都是编译安装gcc-10.2版本的:
  1. ~$ gcc --version
  2. gcc (GCC) 10.2.1 20200831
  3. Copyright © 2020 Free Software Foundation, Inc.
  4. 本程序是自由软件;请参看源代码的版权声明。本软件没有任何担保;
  5. 包括没有适销性和某一专用目的下的适用性担保。
Copy the Code
Reply View the author
lbygljq
deepin
2020-10-06 04:06
#3
Reply View the author
小小怪下士
deepin
2020-10-06 05:07
#4
https://bbs.deepin.org/post/203405
https://mirrors.tuna.tsinghua.edu.cn/gnu/gcc/

多谢多谢
Reply View the author
小小怪下士
deepin
2020-10-06 05:08
#5
https://bbs.deepin.org/post/203405
deepin的源也是debian的。debian都没了自然也就没了。

而且gcc 4.4你不觉得太老了吗?现在很多C/C++程序恐 ...

懂了,多谢                  
Reply View the author
sunshine2006
deepin
2020-10-07 01:04
#6
https://bbs.deepin.org/post/203405
4.4版确实太老了,真的想要,可以到清华大学镜像站下载源代码包,编译安装,不怎么费事儿,就是时间有点长 ...

gcc (Uos 8.3.0.3-3+rebuild) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


请问,如何更新到10.2.1版?
Reply View the author
lbygljq
deepin
2020-10-07 16:11
#7
https://bbs.deepin.org/post/203405
gcc (Uos 8.3.0.3-3+rebuild) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free s ...

下载源代码编译啊,就是有点耗时。
Reply View the author
lbygljq
deepin
2020-10-07 16:25
#8
gcc-10提示是中文
Reply View the author