I have a problem with building a c file I tried this code to build:
cl /I"C:UserscooliAppDataLocalProgramsPythonPython312include" /link /LIBPATH:"C:UserscooliAppDataLocalProgramsPythonPython312libs" /Fe:out.exe main.c
but the error shows:
cl : Command line error D8003 : missing source filename
also I use windows
the main.c code is long so that I can’t post it here so I would not post it here