BIND 10 #3190: --with-gtest-source versus --with-gtest
BIND 10 Development
do-not-reply at isc.org
Thu Oct 10 18:19:26 UTC 2013
#3190: --with-gtest-source versus --with-gtest
-------------------------------------+-------------------------------------
Reporter: jreed | Owner: UnAssigned
Type: | Status: new
defect | Milestone: New Tasks
Priority: very | Keywords:
low | Sensitive: 0
Component: build | Sub-Project: Core
system | Estimated Difficulty: 0
CVSS Scoring: | Total Hours: 0
Defect Severity: N/A |
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
./configure probably shouldn't allow both gtest switches to be used at
same time.
For example, --with-gtest=yes --with-gtest-source causes failure if don't
have libgtest installed.
{{{
configure:17883: checking for gtest source
configure:17890: result: /usr/src/gtest
configure:17975: checking for gtest-config
configure:18008: result: no
configure:18021: WARNING: Unable to locate Google Test gtest-config.
configure:18047: checking Checking whether gtest tests need pthreads
configure:18068: g++ -o conftest -g -O2 -DOS_LINUX -I/usr/include
-L/usr/lib conftest.cpp -ldl -lgtest >&5
/usr/bin/ld: cannot find -lgtest
}}}
Workaround is simply setting --with-gtest=no at end of line or removing
that switch.
--
Ticket URL: <https://bind10.isc.org/ticket/3190>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list