Does this work on ubuntu 20
gisticinc opened this issue · 4 comments
Does this work on ubuntu 20?
The currently posted version supports:
Ubuntu 14.04 LTS
Ubuntu 16.04 LTS
We are currently working on a new version of the API. It should be release sometime in the first or second quarter of this year.
I've just verified that v1.5.1 does not work with the default compiler of Ubuntu 20.04, due to a change in the C++ ABI. An updated SDK will be needed to unlock this situation. Why not open sourcing the SDK by the way ?
Edit: removing lib/libstdc++.so enables the linking to succeed
I've just verified that v1.5.1 does not work with the default compiler of Ubuntu 20.04, due to a change in the C++ ABI. An updated SDK will be needed to unlock this situation. Why not open sourcing the SDK by the way ?
Edit: removing lib/libstdc++.so enables the linking to succeed
Can you explain how to remove libstdc++.so?
Trying to get this API to install on ubuntu 22.04 64 bit.