79761249

Date: 2025-09-10 20:08:23
Score: 0.5
Natty:
Report link

The issue stems from how the PowerShell handles the wildcard (*) in the *.c or *.cpp pattern.

Unlike Unix-based shells (like Bash), Windows shells do not automatically expand wildcards like *.c into a list of matching files, so GCC literally receives *.c, which is not a valid filename.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stanley