During dynamic linking a weird undefined function references is appeared. I know the name of the library which should contain this function. Is there any linux command to make sure the function already exist in the library (.a file)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should be able to use |
|||||||
|
|
Have a look to |
|||
|
|
nm <your_lib>, if your symbol prefixed withtorTthe lib has it. – Rohan Aug 14 '12 at 7:54AC_CHECK_LIBfunction. – Joachim Pileborg Aug 14 '12 at 7:58