Although an old question, none of the answers here helped me. The only route I found to get to my destination is by typing in the following line in my command prompt:
To copy: set Path=C:\MinGW\bin;%PATH%
After that, simply type in gcc -v.
Hope this helps anyone with the problem I had!
Related Posts:
- The program can’t start because libgcc_s_dw2-1.dll is missing
- cc1.exe System Error – libwinpthread-1.dll missing – But it isn’t
- What is the difference between g++ and gcc?
- outputting ascii table in C++
- g++ ld: symbol(s) not found for architecture x86_64
- Convert char to int in C and C++
- finding dll for “The specified module could not be found”
- How can I clear console
- How to go from fopen to fopen_s
- undefined reference to WinMain@16 (codeblocks)
- Undefined reference to vtable
- Expected initializer before function name
- Inheriting constructors
- “X does not name a type” error in C++
- Windows 7 exception code: 0xc0000409
- Difference between ‘strcpy’ and ‘strcpy_s’?
- make: g++: Command not found
- Undefined reference to vtable
- C ++ error: a expected initializer before [function name]
- Inheriting constructors
- “g++” is not recognized as an internal or external command, MinGW
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- undefined reference to ‘std::cout’
- Fatal error: iostream: No such file or directory in compiling C program using GCC
- libstdc++-6.dll not found
- LNK1168: cannot open debug\file.exe for writing
- “g++” is not recognized as an internal or external command, MinGW
- Compiling a C++ program with gcc
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- How do I add the MinGW bin directory to my system path?
- gcc/g++: “No such file or directory”
- error: use of deleted function
- Run C++ in command prompt – Windows
- CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found
- cannot declare variable ‘’ to be of abstract type ‘’
- How to get Current Directory?
- Debug vs Release in CMake
- Debug vs Release in CMake
- Cannot open Windows.h in Microsoft Visual Studio
- Is there a replacement for unistd.h for Windows (Visual C)?
- What does the fpermissive flag do?
- gcc: undefined reference to
- Update GCC on OSX
- CMake : C and CXX compiler identification is unknown Win10 CMakeGUI
- GCC -fPIC option
- gcc -g :what will happen
- Serial Port (RS -232) Connection in C++
- What is the source of the data for the ProgramFiles, ProgramW6432Dir, ProgramFilesDir (x86), CommonProgramFiles environment variables?
- LPCSTR, LPCTSTR and LPTSTR
- Warning : overflow in implicit constant conversion
- Fatal error: iostream: No such file or directory in compiling C program using GCC
- How to Check the Version of my gcc?
- Make / gcc cryptic error 2: how to have more information?
- REGSVR32: the module “xxxxx.dll” failed to load … dependent assembly could not be found
- Linker error: “linker input file unused because linking not done”, undefined reference to a function in that file
- MinGW .exe requires a few gcc dll’s regardless of the code?
- How to compile C program on command line using MinGW?
- Is “delete this” allowed in C++?
- What is a segmentation fault?
- How many spaces for tab character(\t)?
- How to create a dynamic array of integers
- How to create a dynamic array of integers
- Linker Error C++ “undefined reference ” [duplicate]
- How do I build a graphical user interface in C++? [closed]
- C++ convert from 1 char to string?
- How do I build a graphical user interface in C++? [closed]
- convert a char* to std::string
- system(“pause”); – Why is it wrong?
- Pause Console in C++ program
- system(“pause”); – Why is it wrong?
- Pause Console in C++ program
- How to implement 2D vector array?
- Why the switch statement cannot be applied on strings?
- How to use setprecision in C++
- How to dynamically allocate arrays in C++
- What does (~0L) mean?
- How to dynamically allocate arrays in C++
- What is the best way to use a HashMap in C++?
- What is the best way to use a HashMap in C++?
- What are the differences between a pointer variable and a reference variable in C++?
- What is an undefined reference/unresolved external symbol error and how do I fix it?
- Sleep for milliseconds
- How to convert string to char array in C++?
- How can I convert a std::string to int?
- Easiest way to convert int to string in C++
- What is the difference between float and double?
- Why is “using namespace std;” considered bad practice?
- What is the easiest way to initialize a std::vector with hardcoded elements?
- What is a lambda expression in C++11?
- Vector of Vectors to create matrix
- How to throw a C++ exception
- std::string to char*
- How to generate a random number in C++?
- pinpointing “conditional jump or move depends on uninitialized value(s)” valgrind message
- What is an undefined reference/unresolved external symbol error and how do I fix it?
- How do I find the length of an array?
- Sleep for milliseconds
- How to convert string to char array in C++?
- C++ — expected primary-expression before ‘ ‘
- Using getline() with file input in C++