Top "Undefined-reference" questions

A linker error caused by a missing definition of a symbol used elsewhere in a program

Undefined reference to CryptoPP::AlignedAllocate(unsigned int)

I am using crypto++ in c++ linux. Here is my simple code: #include <iostream> #include <fstream> #…

c++ undefined-reference crypto++