79076561

Date: 2024-10-11 01:33:18
Score: 1
Natty:
Report link

If your ERROR in WINDOWS after going gcc --version is this

'gcc' is not recognized as an internal or external command,
operable program or batch file.

then you need to set the environment path: Normally, gcc is installed in

C:\MinGW\bin

Copy this C:\MinGW\bin and go to this Edit the system environment and this to Path and paste there and hit ok enter image description here

Now open cmd (Run as administrator)

Type gcc --version

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ashok Chhetri