摘要: est/test_fifo.test: error while loading shared libraries: libcunit.so.1: cannot open shared object file: No such file or directoryMakefile:70: recipe 阅读全文
posted @ 2017-03-08 20:49 IT张先生 阅读(541) 评论(0) 推荐(1) 编辑
摘要: 我们用gcc编译程序时,可能会用到“-I”(大写i),“-L”(大写l),“-l”(小写l)等参数,下面做个记录: 例: gcc -o hello hello.c -I /home/hello/include -L /home/hello/lib -lworld 上面这句表示在编译hello.c时: 阅读全文
posted @ 2017-03-08 20:29 IT张先生 阅读(171) 评论(0) 推荐(0) 编辑