calvert1991/googlemock

gmock-config returns only libgtest.la as libraries

Closed this issue · 4 comments

What steps will reproduce the problem?
1. compile googlemock from source
2. issue ./scripts/gmock-config --libs

What is the expected output?
Both libgmock.la and libgtest.la should be listed

What do you see instead?
libgtest.la is listed twice

Which version of Google Mock are you using?
1.5.0, svn checkout revision 275

On what operating system?
Linux

Please provide any additional information below.
In trunk/scripts/gmock-config.in on line 219 libgtest.la is mentioned but
I'm thinking that this should be libgmock.la instead.

Original issue reported on code.google.com by aki.s.ko...@gmail.com on 21 Mar 2010 at 1:30

Original comment by w...@google.com on 21 Mar 2010 at 4:32

  • Changed state: Accepted
  • Added labels: OpSys-Linux, OpSys-OSX, Usability

Original comment by w...@google.com on 27 Sep 2010 at 9:37

This issue was closed by revision r325.

Original comment by zhanyong...@gmail.com on 27 Sep 2010 at 10:10

  • Changed state: Fixed
Fixed in r325 of the trunk.

Original comment by w...@google.com on 27 Sep 2010 at 10:11