linux 下的glog 的编译过程
程序员文章站
2022-03-03 22:25:25
...
下载glog地址:https://github.com/google/glog
glog 的编译过程:
./autogen.sh && ./configure && make && make install
如果出现:
/usr/local/lib/libgflags.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libglog.la] 错误 1
见我另一个关于gflag的blog
上一篇: linux学习笔记(二)目录处理命令
下一篇: Linux命令(二)学习笔记