I am using mingw64 (on windows 11) to run a makefile but get the following error:
cc -std=c11 -Wall -Wextra -pedantic -Wno-overlength-strings -Wno-unknown-warning-option -O3 prog.c -o prog
process_begin: CreateProcess(NULL, true, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make: *** [Makefile:431: all] Error 2
A similar questions was asked here: Makefile error make (e=2): The system cannot find the file specified
I have cleaned up my path as suggested (and windows restart), however to no avail.
I'm stuck.