欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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