Quote:
Originally Posted by Antartica
Both idjvu and libdjvulibre.so are c++ programs, so to be able to link them it's necessary to compile them using the same c++ compiler (sorry, there is no ABI stability for c++). At least, I think that this is what is causing you headaches.
|
Yep, I know all that. But alas they are both compiled with the iRex tool chain.
My best guess is some switch difference that is perturbing the mangling, sigh.
I like your idea of converting to C API though, thanks!