problem compiling 2.3.10 in Ubuntu Dapper on 64bit
556882Aug 15 2007 — edited Nov 13 2007I'm trying to compile DBXML 2.3.10 in Ubuntu Dapper on 64bit machine.
I've compiled and installed BDB 4.6.18, xqilla builds without problem, but when compiling dbxml I get this error
g++ -o .libs/dbxml_dump .libs/dbxml_dump.o .libs/util_sig.o .libs/Timer.o .libs/SigBlock.o ./.libs/libdbxml-2.3.so /usr/lib/libdb_cxx-4.6.so -L/nlp/projekty/deb2/packages32/dbxml-2.3.10/xqilla/build /nlp/projekty/deb2/packages32/dbxml-2.3.10/xqilla/build/.libs/libxqilla.so -L/usr/lib -lnsl -lpthread -lxerces-c -Wl,--rpath -Wl,/usr/lib
.libs/Timer.o: In function `DbXml::Timer::stop()':/nlp/projekty/deb2/packages32/dbxml-2.3.10/dbxml/src/common/Timer.cpp:42: undefined reference to `__os_clock'
.libs/Timer.o: In function `DbXml::Timer::start()':/nlp/projekty/deb2/packages32/dbxml-2.3.10/dbxml/src/common/Timer.cpp:36: undefined reference to `__os_clock'
collect2: ld returned 1 exit status
make: *** [dbxml_dump] Error 1
build command is
./buildall.sh prefix=/usr -b 64 build-one=dbxml with-berkeleydb=/usr with-xerces=/usr --with-xqilla-prefix=`pwd`/xqilla/build/
what can cause this error? is it safe to use db4.6 with dbxml2.3?