MinGW GCC wildcard
问题 I'm using MinGW GCC compiler on windows how to compile all C files in a directory. I used gcc *.c -o Output after I entered the required folder and I got this error gcc: error: *.c: Invalid argument gcc: fatal error: no input files compilation terminated. the used version of GCC is 4.7.1 回答1: For anyone else like me who's come across this problem: I ran into this problem when I installed MinGW-w64 on my tablet after having run it for a few years on my desktop. Basically, I have a ruby script