[software development] deepin v25 默认的gcc啥版本,支持gcc14吗?
Tofloor
poster avatar
牧野
deepin
2025-01-15 16:40
Author

如题,那位同学安装了v25测试版本,给看看gcc和gdb版本嚒。 执行一下查看版本命令给贴一下谢谢。

sudo gcc --version

sudo gdb --version

sudo g++ --version

Reply Favorite View the author
All Replies
飘逸浪风
deepin
2025-01-15 16:59
#1

gcc14需要自己编译,可以编译使用。

V25通过gcc --version查现在的版本还是12.3.0-17deepin10

Reply View the author
牧野
deepin
2025-01-15 17:04
#2
飘逸浪风

gcc14需要自己编译,可以编译使用。

V25通过gcc --version查现在的版本还是12.3.0-17deepin10

好的。了解了。谢谢!

Reply View the author
ypli0629
deepin
2025-01-15 17:09
#3
牧野

好的。了解了。谢谢!

可以安装linuxbrew,通过brew安装gcc14

Reply View the author
Free_Aaron.Li
deepin
2025-01-15 22:16
#4

deepin的库里倒是有gcc13,不过需要手动安装。

gcc-13 --version
gcc-13 (Deepin 13.2.0-3deepin3) 13.2.0
Copyright (C) 2023 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.
Reply View the author
玄戈
deepin
2025-01-16 09:17
#5

gcc (Deepin 12.3.0-17deepin10) 12.3.0
Copyright (C) 2022 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.

Reply View the author
牧野
deepin
2025-01-16 09:40
#6
ypli0629

可以安装linuxbrew,通过brew安装gcc14

谢谢。我试试。

Reply View the author
牧野
deepin
2025-01-16 09:41
#7
Free_Aaron.Li

deepin的库里倒是有gcc13,不过需要手动安装。

gcc-13 --version
gcc-13 (Deepin 13.2.0-3deepin3) 13.2.0
Copyright (C) 2023 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.

这个好啊。直接安装。自己编译太烦了。

Reply View the author
牧野
deepin
2025-01-16 09:43
#8
玄戈

gcc (Deepin 12.3.0-17deepin10) 12.3.0
Copyright (C) 2022 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.

like

Reply View the author