found 804250 3.0~dfsg-3 thanks > Linker script needs adjustment to include typeinfo as need?
I've confirmed that rebuilding assimp with removing the following bit: -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--version-script=$(CURDIR)/debian/libassimp3.ver $(LDFLAGS)" \ Makes armhf linking against assimp3 work. I don't know anything about linker scripts, and much less about c++ symbols, so I can't propose a change against libassimp3.ver that would export only the neccesary symbols. As a quick fix one could disable linker script on armhf and armel archs? Riku