Vale icon indicating copy to clipboard operation
Vale copied to clipboard

Cant have a directory the same name as a C file

Open Verdagon opened this issue 2 years ago • 1 comments

Apparently we cant have a directory the same name as a C file, because:

  • every directory results in a .obj file with that name
  • every C file also results in a .obj file with that name

so they collide in the linker step on windows. I'm not really sure why mac and ubuntu doesn't have the same problem.

Verdagon avatar Apr 03 '22 01:04 Verdagon

Try renaming mathnative.c to math.c to see it happen.

Verdagon avatar Apr 03 '22 03:04 Verdagon