我怎么知道gcc.exe版本.. [英] How do I know the gcc.exe version..

查看:104
本文介绍了我怎么知道gcc.exe版本..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何知道Windows上安装的Mingw-64bit(在文件夹Mingw \ bin下)的gcc.exe版本?开发人员建议它经常进行构建更新,但是如何利用它(即快速开发),因为他甚至不知道当前的gcc版本。



我尝试了什么:



超级用户询问:我如何知道Mingw-64bit的gcc.exe版本(在文件夹Mingw下) \bin)安装在Windows上?无效

解决方案

只需在控制台窗口中输入gcc并检查列出的选项。或者访问gcc网站并查看文档。


与大多数命令行程序一样,通过一个通常 -v 和/或 - 版本

 gcc --version 


How do I know the gcc.exe version of Mingw-64bit (under folder Mingw\bin) installed on Windows? Developer(s) suggest it has frequent building update, but how can one take benefit of it (i.e quick development) as he doesn't even know current gcc version.

What I have tried:

asked in superuser: How do I know the gcc.exe version of Mingw-64bit (under folder Mingw\bin) installed on Windows? With no avail

解决方案

Just type "gcc" in a console window and check the options listed. Alternatively go to the gcc website and check the documentation.


Just like with most command line programs by passing an option which is often -v and/or --version:

gcc --version


这篇关于我怎么知道gcc.exe版本..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆