> Date: Fri, 27 Sep 2019 19:03:37 +0200 > From: Петар Каприш <petar****@420bl*****> > > all: > gcc пример.c > .PHONY: all > > and run mingw32-make, I get the following error: > > gcc ??N??????uN?.c > gcc: error: л┐Л: No such file or directory > gcc: fatal error: no input files > compilation terminated. > Makefile:2: recipe for target 'i»?all' failed > mingw32-make: *** [i»?all] Error 1 > > however when I simply run "gcc пример.c" from cmd, it has no problem > compiling it. > When a non-ASCII filename is one of the targets, or is used in a > Makefile in any other way, make is simply not capable of processing it. This should be reported to the bug-make mailing list, not here. mingw32-make is just a MinGW build of the upstream Make sources. > Other info: > Machine is a Windows 7 SP1 (64-bit) What is your system codepage, and what is your console codepage? Also, what is the encoding of the Makefile you used? Please post all of these details to the bug-make mailing list, and let's discuss the problem there.