BIND 10 #1999: detection of googletest

BIND 10 Development do-not-reply at isc.org
Fri May 25 19:08:00 UTC 2012


#1999: detection of googletest
-------------------------------------+-------------------------------------
            Reporter:  jreed         |                        Owner:
                Type:  defect        |                       Status:  new
            Priority:  medium        |                    Milestone:  New
           Component:  Unclassified  |  Tasks
           Sensitive:  0             |                     Keywords:
         Sub-Project:  Core          |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 googletest no longer provides a library installation. The latest Debian
 package, as an example, installs the src code and headers. It does not
 provide any pkg-config pc file or gtest-config script.

 My workaround for this was:
 {{{
 make -f /usr/share/doc/libgtest-dev/examples/make/Makefile gtest.a
 ar cr libgtest.a gtest-all.o
 ranlib libgtest.a
 cp libgtest.a /usr/lib/
 }}}

 (As an alternative can just link with the gtest.a instead.)

 We need to have some solution -- either documentation or provide the build
 steps as part of our system when using gtest.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1999>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list