hllo friends, lately i've had a problem compiling in the windows subsystem for linux (wsl).
After a long time, i'm returning in the world, but i encounter this error when trying to compile whit GCC.
/usr/bin/ld: cannot find arrays: No such file or directory
collect2: error: ld returned 1 exit status
could you give me some idea about what if could be ?
In this case I am trying to compile a very simple example of an array in C++, it is worth clarifying that the code does not have any errors since previously (before leaving this world for a while) I compiled this same code and it worked correctly.😫