I have just built a shared lib on Ubuntu, and when I attempt to use the function, the application that loads the library is reporting \'xxx\' symbol not found.
I wan
Try the nm utility.
GNU nm lists the symbols from object files objfile.... If no object files are listed as arguments, nm assumes the file a.out. [reference]