Is there any special steps to take to load an external library into my .so for Kdevelop plugin-Collection of common programming errors

I’m new at this and would like as much detail as possible about loading an external library within my .so in order to use it with kdevelop on Linux. I have one library that calls out to an external library and my library is a kdevelop plugin and whenever my library calls a function from the external library I get an undefined reference. It must not be loading my library correctly.

Thanks.

Originally posted 2013-11-09 21:44:47.