T
T
Trimsky2020-09-02 15:28:56
bash
Trimsky, 2020-09-02 15:28:56

GCC not found. What to do?

Hello!
I'm on Windows.
I tried msys2 for Makefile
What it says in the terminal:
make: gcc: No such file or directory
The environment variables are set to (C://MinGW/bin/)
I tried to specify the path to gcc. Still can't find it. What to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
CityCat4, 2020-09-03
@CityCat4

Pretty strange to expect gcc... on windows, isn't it? Probably first you need to install it, and if it is already installed, try to go to the directory where it is located and run it. If it starts, add this directory to PATH (and then most likely you will have to reboot).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question