GKlib
GKlib copied to clipboard
make config for windows is not working
After running make conifg I got this:
'uname' is not recognized as an internal or external command,
operable program or batch file.
process_begin: CreateProcess(NULL, uname -s, ...) failed.
Makefile:69: pipe: Bad file descriptor
'uname' is not recognized as an internal or external command,
operable program or batch file.
process_begin: CreateProcess(NULL, uname -s, ...) failed.
Makefile:75: pipe: Bad file descriptor
'uname' is not recognized as an internal or external command,
operable program or batch file.
process_begin: CreateProcess(NULL, uname -s, ...) failed.
Makefile:82: pipe: No error
'uname' is not recognized as an internal or external command,
operable program or batch file.
rm -rf build/-
process_begin: CreateProcess(NULL, rm -rf build/-, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:82: distclean] Error 2