Some tips for building - yiliu30/yi GitHub Wiki
- !!! Remove the
buildfolder before the new building - Extend the
LIBRARY_PATHto find the lib during the linking stage - Extend the
C_INCLUDE_PATH,CPLUS_INCLUDE_PATHandCPATHto let the compiler look for the header files
lib ImportError
ImportError: /lib64/libstdc++.so.6: version GLIBCXX_3.4.29' not found
export LD_LIBRARY_PATH=/path/to/new/libstdc++:$LD_LIBRARY_PATH