#Can't seem to get my C compiler to work properly on my windows 11 machine. New to programming! MinGW

5 messages · Page 1 of 1 (latest)

grand haven
#

I installed MinGW; I think I installed the packages that include the GCC compiler.
I then added C:\MinGW\bin to path.

I then opened powershell and changed the current directory to the directory where I want to compile my program.

But the command make is not recognized,

program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ make
+ ~~~~
    + CategoryInfo          : ObjectNotFound: (make:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Any help is appreciated!

hasty talonBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

soft jetty
#

does you mingw install even provide make ?

grand haven
#

Because its so old do you expect any hiccups when compiling?

#

I'm just compiling C to my knowledge, but let me double check the requirements for this. Trying to compile Lua and Tree-Sitter for Neovim