MrazqRuby / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Binaries built with Google Mock using installed Google Test cannot find Google Test libraries. #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by vladlosev on 18 Mar 2009 at 5:04

GoogleCodeExporter commented 9 years ago
Build and install Google Test: configure && make && make install
Configure Google Mock with installed Google Test and run test: configure && 
make check

The tests fail to load with the message 'error while loading shared libraries:
libgtest.so.0: cannot open shared object file: No such file or directory'

supplying LD_LIBRARY_PATH=/usr/local/lib/ 

Original comment by vladlosev on 18 Mar 2009 at 5:21

GoogleCodeExporter commented 9 years ago
This doesn't seem to happen on Mac

Original comment by vladlosev on 18 Mar 2009 at 11:46

GoogleCodeExporter commented 9 years ago
No more work on autotools.

Original comment by w...@google.com on 23 Dec 2009 at 6:54