haderech/eoscc

Dependency error on system standard libs

Closed this issue · 1 comments

eosio-cpp should not depend on system standard libraries.

eosio-cpp: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by eosio-cpp)

This issue is caused by compiling with g++-9. The package for distribution should be compiled with default shipped compilers to avoid dependency problems. sio4.cdt v1.6.3-pre.1 for ubuntu 18.04 is repackaged.