nagyistoce / googlemock

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

gmock-config returns only libgtest.la as libraries #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r325.

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

GoogleCodeExporter commented 9 years ago
Fixed in r325 of the trunk.

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