|
From: Axel R. <ax...@fr...> - 2003-05-01 17:50:28
|
Hi all ! I would like to display the version number of gcc. But : sh-2.04$ gcc --version gcc.exe: no input files sh-2.04$ gcc -v gcc.exe: no input files sh-2.04$ gcc --v gcc.exe: no input files sh-2.04$ gcc --V gcc.exe: no input files how to do this ? It's work in the MS-DOS shell, but not in the mingw shell... Thank you, Axel |