I have large libs linked together used to run on Linux system (Centos). When I tried to recompile them (<b>make all</b>) to create UNIX PEs, I ran into errors

"In Function XXX::YYY

Unknown reference to method "func()"

Sure these references were well defined. I would like to know from C++ LINUX gurus what you should do to check out if you come across such a similar case


In my particular case, the func() is 'mysql_xxx' family functions. I also googled such key words and read several replies to similar questions, but none would really help in my situation. I too realize then that if I *bring* these libs home, I won't be able to reproduce the issue on my own . Thank you.