BIND 10 #2356: configure fails in examples/ because it doesn't find the boost header
BIND 10 Development
do-not-reply at isc.org
Fri Nov 2 16:06:04 UTC 2012
#2356: configure fails in examples/ because it doesn't find the boost header
-------------------------------------+-------------------------------------
Reporter: jreed | Owner: vorner
Type: | Status: reviewing
defect | Milestone:
Priority: | Sprint-20121106
medium | Resolution:
Component: build | Sensitive: 0
system | Sub-Project: DNS
Keywords: | Estimated Difficulty: 3
Defect Severity: N/A | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by vorner):
Hello
I didn't find anything wrong when reading the code, but the example does
not compile for me now. Configure run well, but it fails when I do make:
{{{
make all-recursive
make[1]: Entering directory `/home/vorner/work/bind10/examples'
Making all in host
make[2]: Entering directory `/home/vorner/work/bind10/examples/host'
g++ -DHAVE_CONFIG_H -I. -I..
-I/home/vorner/testing/bind10/include/bind10-devel -g -O2 -MT host.o -MD
-MP -MF .deps/host.Tpo -c -o host.o host.cc
mv -f .deps/host.Tpo .deps/host.Po
g++ -g -O2 -L/home/vorner/testing/bind10/lib/
-R/home/vorner/testing/bind10/lib/ -o b10-host host.o -lb10-dns++
g++: error: unrecognized option ‘-R’
make[2]: *** [b10-host] Error 1
make[2]: Leaving directory `/home/vorner/work/bind10/examples/host'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vorner/work/bind10/examples'
make: *** [all] Error 2
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/2356#comment:9>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list