turns out the problem wasn't name mangling, but rather that the C++ 
function was defined to be static.  hence readelf labelling it as "local". 
 removing "static" and recompiling fixed the ccall errors.

Reply via email to