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