make --version command returning string of seemingly random characters and write error

Viewed 22

I'm trying to check the version of Make via command prompt and when I run make --version, the command just returns

GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
?±?e?I?t???[?\?t?g?E?F?A?A?・. ???p??‘o?E?A?¢?A?I?\?[?X?d
?2???-???3?¢.
???A?≪?a“A’e?I?U“I?O?I“K?‡?≪?I”@‰??E?O?i?c?,, ?3?U?O?A?・.

This program built for i386-pc-mingw32
make: write error

What could be causing this?

0 Answers
Related