Bug of the week #3
Welcome to the next pikoTutorial!
The error we're handling today is a C++ linker error:
undefined reference to `X`
collect2: error: ld returned 1 exit status
What does it mean?
In C++, an "undefined reference" error occurs during the linking stage. T...
pikotutorial.hashnode.dev3 min read