I am getting lots of undefined reference to `operator delete(void*, unsigned long)' linking error's while building our c++ code with the gcc 8.2 on RHEL7, earlier we ware building with the gcc 4.8 and it was building fine.
~Destructor()
{
delete PointerToDynamicallyAllacatedAnotherClassObject;
}
Linker Error: undefined reference to `operator delete(void*, unsigned long)'
Aucun commentaire:
Enregistrer un commentaire