-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
thanks a bunch, i have to sharpen my eyes when reading that sort of message. it started when I uncommented some code i put in ldu1.cc, ldu1.h, ldu2.c and ldu2.h; so I knew that had something to do with it. What can be done with this sort issue?
On 12/10/2013 07:17 PM, Steve Glass wrote:
You are referring to a function in the source code which is not linked into the binary. Specifically:
echo _ZNK4ldu23lcfEv | c++filt ldu2::lcf() const
Which is the function I presume you've written. For whatever reason the code for that function is not present in the object files the linker knows about. Hope that helps.