Open GoogleCodeExporter opened 8 years ago
Same error here, building on openSUSE Tumbleweed. Build ends with
/usr/local/lib/libgflags.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make: *** [libglog.la] Error 1
This build attempt immediately followed building and installing gflags 2.1.1
using cmake && make && make install - there is a libgflags.a installed at the
location described. Version compatibility issue?
Original comment by cputt...@gmail.com
on 7 Jul 2014 at 12:53
Running in to this same issue on Gentoo, same versions
Gflags 2.1.1 and glog 0.3.3
Original comment by Dan.ori...@gmail.com
on 15 Jul 2014 at 9:37
Same issue on Ubuntu 14.04, 64 bit, g++ 4.8.2, glibc 2.19
Solved by compiling gflags-2.1.1 with -fPIC:
$ tar -xvf gflags-2.1.1.tar.gz
$ cd gflags-2.1.1 && mkdir build && cd build
$ CXXFLAGS="-fPIC" cmake .. -DGFLAGS_NAMESPACE=google
$ sudo make install
Then install glog-0.3.3 as usual.
Original comment by cosmin11...@gmail.com
on 23 Jul 2014 at 3:05
ubuntu 12.04.4 64bit
gflags 2.1.1
glog 0.3.3
same error!!!
Original comment by feng9...@gmail.com
on 21 Dec 2014 at 9:42
ubuntu 12.04.4 64bit
gflags-1.3.tar.gz
(http://pkgs.fedoraproject.org/repo/pkgs/gflags/gflags-1.3.tar.gz/6da3d3b9cd82c2
22b521ae686b6cfa8b/)
glog 0.3.3
solved!!!
Original comment by henok.sa...@gmail.com
on 29 Jan 2015 at 10:33
Original issue reported on code.google.com by
limh...@gmail.com
on 4 May 2014 at 8:49