查看gcc 版本「建议收藏」

2022-09-13 11:18:23 浏览数 (1)

大家好,又见面了,我是你们的朋友全栈君。

1, #gcc -v

[root@localhost MPlayer-0.92]# gcc -v 使用内建 specs。 目标:i386-redhat-linux 配置为:../configure –prefix=/usr –mandir=/usr/share/man –infodir=/usr/share/info –with-bugurl=http://bugzilla.redhat.com/bugzilla –enable-bootstrap –enable-shared –enable-threads=posix –enable-checking=release –with-system-zlib –enable-__cxa_atexit –disable-libunwind-exceptions –enable-languages=c,c ,objc,obj-c ,java,fortran,ada –enable-java-awt=gtk –disable-dssi –enable-plugin –with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre –enable-libgcj-multifile –enable-java-maintainer-mode –with-ecj-jar=/usr/share/java/eclipse-ecj.jar –disable-libjava-multilib –with-cpu=generic –build=i386-redhat-linux 线程模型:posix gcc 版本 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC)

2,#rpm -qa|grep gcc

[root@localhost tan]# rpm -qa|grep gcc gcc-gfortran-4.3.2-7.i386 gcc-4.3.2-7.i386 gcc-c -4.3.2-7.i386 libgcc-4.3.2-7.i386 gcc-java-4.3.2-7.i386

3,[root@localhost tan]# gcc -dumpversion 4.3.2 [root@localhost tan]#

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/153285.html原文链接:https://javaforall.cn

0 人点赞