Closed GoogleCodeExporter closed 9 years ago
Most likely, you are trying to build your test with a Google Test instance
installed that is
incompatible with your build settings. There may be two reasons for this: the
installed
version is either built with a different (older?) version of GCC or for another
architecture
(32 vs. 64 bits).
Original comment by vladlosev
on 12 Nov 2009 at 5:31
I have the same exact problem. I am using Ubuntu 9.10.
I have tried both 1.3.0 and 1.4.0, both produce the same error.
I chose for the build products to be deposited in a subdirectory of the source
directory.
I have tried this with and without "make install".
Original comment by ralaba...@gmail.com
on 4 Feb 2010 at 3:25
Please make sure you don't have gtest installed. If your error message (like
the OP's)
mentions /usr/lib/libgtest.la, this is the most likely the problem.
Original comment by vladlosev
on 4 Feb 2010 at 6:59
Original issue reported on code.google.com by
al...@cs.stanford.edu
on 2 Nov 2009 at 3:09