Debian 6, Botan 1.8.9 + Bine10-devel-20120301

Spain, Dr. Jeffry A. spainj at countryday.net
Thu Mar 8 18:17:28 UTC 2012


>> Is there a configuration setting to get bind10 make to echo all the g++ commands it is running? That might help bring the problem to light.

> For me, make and gmake do echo the commands.

I looked around in the configure script and found a commnd-line option --disable-silent-rules that causes all the g++ and other commands to be echoed by make. There is another option --enable-silent-rules=no (yes is the default) that does the same thing.

With --enable-silent-rules=no, you get output like the following from make:

make[6]: Entering directory `/root/bind10_install/bind10-devel-20120301/src/lib/cc'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/lib -I../../../src/lib  -I../../../src/lib/dns -I../../../src/lib/dns -DOS_LINUX -I../../../ext/asio -I../../../ext/coroutine -DASIO_DISABLE_THREADS=1 -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Werror -fPIC -Wno-unused-parameter -fno-strict-aliasing  -g -O2 -MT session.lo -MD -MP -MF .deps/session.Tpo -c -o session.lo session.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib -I../../../src/lib/dns -I../../../src/lib/dns -DOS_LINUX -I../../../ext/asio -I../../../ext/coroutine -DASIO_DISABLE_THREADS=1 -Wall -Wextra -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Werror -fPIC -Wno-unused-parameter -fno-strict-aliasing -g -O2 -MT session.lo -MD -MP -MF .deps/session.Tpo -c session.cc  -fPIC -DPIC -o .libs/session.o

Without this option, you get:
make[6]: Entering directory `/root/bind10_install/bind10-devel-20120301/src/lib/cc'
  CXX    session.lo

I think the default for --enable-silent-rules may have been changed from yes to no between bind10-devel-20120119 and bind10-devel-20120301.

> Maybe on this system ldconfig needs to be ran. (When I install to /usr/local on some linux systems, I need to run ldconfig to update the link loader cache.)

Thanks. I ran 'ldconfig' after installing all the prerequisites, with log4cplus installed to /usr/local, and before configuring bind10. That fixes the problem. bind10 compiles, installs, and executes normally.

Thanks. Jeff.




More information about the bind10-users mailing list