摘要:
man strace: strace - trace system calls and signals DESCRIPTIONIn the simplest case strace runs the specified command until it exits. It intercepts an 阅读全文
摘要:
在使用cmake编译工具的时候,莫名其妙的报了The C compiler "/usr/bin/cc" is not able to compile a simple test program.这个错误 解决方法: 加入下面两个选项 -DCMAKE_CXX_COMPILER=$(which g++) 阅读全文