|
From: Gisle V. <gv...@br...> - 2003-05-01 18:11:07
|
"Axel R." <ax...@fr...> said: > 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 ? How about "gcc -dumpversion" ? --gv |