1. build:
添加依赖库 -l: gcc test.c -lz 此为依赖libz库
添加包含文件目录 -I: gcc test.c -I/usr/include/
2. 查找某个库是否在搜索路径下: ldconfig -p