Hello.
I'm trying to compile db-3.2.9 with --enable-tcl to run tests on it.
But compilation fails with the following error message:
..c -fPIC -DPIC -o util_sig.lo
/bin/sh ./libtool --mode=link cc -o db_archive \
db_archive.lo util_sig.lo libdb-3.2.la -lpthread -L/usr/lib
-ltcl8.4 -ldl -lieee -lm
cc -o .libs/db_archive db_archive.lo util_sig.lo .libs/libdb-3.2.so
-lpthread -L/usr/lib -ltcl8.4 -ldl -lieee -lm -lpthread -L/usr/lib
-ltcl8.4 -ldl -lieee -lm
/usr/lib/libieee.a

.data+0x0): multiple definition of `_LIB_VERSION'
/usr/lib/libieee.a

.data+0x0): first defined here
collect2: ld returned 1 exit status
make: *** [db_archive] Error 1
Does anybody knows how to fix that?
TIA,
Peter.