[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Berkeley DB 3 (db-3.1.17) does not seem to install properly
I am following the current source and ports tree (did a complete system
rebuild last week and a ports update a few days ago), and I did a make
install for db3, and not only do errors come up, but the symlinks in
/usr/local/lib are not proper. When I try to configure Cyrus it complains
that it cannot find libdb. I know Cyrus is not supported officially, but
none of the mailing lists or other net searches mentioned a problem just
configuring in open bsd.
-------------------------------------------------------------------
root@hendrix:/usr/ports/databases/db:# uname -a
OpenBSD hendrix 2.9 GENERIC#5 i386
here is the build. This is try number 4, so the files are already
downloaded. I pkg_delete every time.
----------------------------------------------------------------------------
------------------------------------------
root@hendrix:/usr/ports:# cd databases/db
root@hendrix:/usr/ports/databases/db:# make clean
===> Cleaning for db-3.1.17
root@hendrix:/usr/ports/databases/db:# make install
===> Checking files for db-3.1.17
`/usr/ports/distfiles/db-3.1.17.tar.gz' is up to date.
>> Checksum OK for db-3.1.17.tar.gz. (sha1)
===> Extracting for db-3.1.17
===> Patching for db-3.1.17
===> Configuring for db-3.1.17
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g bin
checking host system type... i386-unknown-openbsd2.9
checking if building in the top-level directory... no
checking if --disable-bigfile option specified... no
checking if --enable-compat185 option specified... yes
checking if --enable-cxx option specified... yes
checking if --enable-debug option specified... no
checking if --enable-debug_rop option specified... no
checking if --enable-debug_wop option specified... no
checking if --enable-diagnostic option specified... no
checking if --enable-dump185 option specified... yes
checking if --enable-dynamic option specified... no
checking if --enable-java option specified... no
checking if --enable-posixmutexes option specified... no
checking if --enable-rpc option specified... no
checking if --enable-shared option specified... yes
checking if --enable-tcl option specified... no
checking if --enable-test option specified... no
checking if --enable-uimutexes option specified... no
checking if --with-tcl option specified... no
checking for cc... cc
checking for gcc... (cached) cc
checking for gcc... (cached) cc
checking whether the C compiler (cc -O2 ) works... yes
checking whether the C compiler (cc -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ -O2 ) works... yes
checking whether the C++ compiler (c++ -O2 ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking libtool configuration...
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ... yes
checking if cc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... openbsd2.9 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating ./libtool
checking for pthread_create in -lpthread... no
checking whether byte ordering is bigendian... no
checking for working const... yes
checking how to run the C preprocessor... cc -E
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for st_blksize in struct stat... yes
checking for ANSI C header files... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for int16_t... yes
checking for u_int32_t... yes
checking for int32_t... yes
checking for largest integral type... unsigned long long
checking for integral type equal to pointer size... unsigned long
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for mutexes... no
configure: warning: THREAD MUTEXES NOT AVAILABLE FOR THIS
COMPILER/ARCHITECTURE.
checking for getcwd... yes
checking for getopt... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for raise... yes
checking for snprintf... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for vsnprintf... yes
checking for getuid... yes
checking for pstat_getdynamic... no
checking for sysconf... yes
checking for sched_yield... no
checking for strtoul... yes
checking for yield... no
checking for pread... yes
checking for pwrite... yes
checking for fcntl/F_SETFD... yes
checking for qsort... yes
checking for select... yes
checking for int type sprintf return value... yes
checking for mlock... yes
checking for munlock... yes
checking for mmap... yes
checking for munmap... yes
checking for shmget... yes
checking for ar... /usr/bin/ar
checking for chmod... /bin/chmod
checking for cp... /bin/cp
checking for ln... /bin/ln
checking for mkdir... /bin/mkdir
checking for ranlib... /usr/bin/ranlib
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for strip... /usr/bin/strip
updating cache ./config.cache
creating ./config.status
creating Makefile
creating include.tcl
creating db.h
creating db_int.h
creating db_185.h
creating db_config.h
===> Building for db-3.1.17
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mutex/mut_fcntl.c
mkdir .libs
cc -c -O2 -I. -I./../dist/../include ./../dist/../mutex/mut_fcntl.c -fPIC
-DPIC -o .libs/mut_fcntl.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mutex/mut_fcntl.c -o
mut_fcntl.o >/dev/null 2>&1
mv -f .libs/mut_fcntl.lo mut_fcntl.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db185/db185.c
rm -f .libs/db185.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db185/db185.c -fPIC -DPIC
-o .libs/db185.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db185/db185.c -o db185.o
>/dev/null 2>&1
mv -f .libs/db185.lo db185.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_compare.c
rm -f .libs/bt_compare.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_compare.c -fPIC
-DPIC -o .libs/bt_compare.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_compare.c -o
bt_compare.o >/dev/null 2>&1
mv -f .libs/bt_compare.lo bt_compare.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_conv.c
rm -f .libs/bt_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_conv.c -fPIC
-DPIC -o .libs/bt_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_conv.c -o
bt_conv.o >/dev/null 2>&1
mv -f .libs/bt_conv.lo bt_conv.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_curadj.c
rm -f .libs/bt_curadj.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_curadj.c -fPIC
-DPIC -o .libs/bt_curadj.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_curadj.c -o
bt_curadj.o >/dev/null 2>&1
mv -f .libs/bt_curadj.lo bt_curadj.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_cursor.c
rm -f .libs/bt_cursor.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_cursor.c -fPIC
-DPIC -o .libs/bt_cursor.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_cursor.c -o
bt_cursor.o >/dev/null 2>&1
mv -f .libs/bt_cursor.lo bt_cursor.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_delete.c
rm -f .libs/bt_delete.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_delete.c -fPIC
-DPIC -o .libs/bt_delete.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_delete.c -o
bt_delete.o >/dev/null 2>&1
mv -f .libs/bt_delete.lo bt_delete.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_method.c
rm -f .libs/bt_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_method.c -fPIC
-DPIC -o .libs/bt_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_method.c -o
bt_method.o >/dev/null 2>&1
mv -f .libs/bt_method.lo bt_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_open.c
rm -f .libs/bt_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_open.c -fPIC
-DPIC -o .libs/bt_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_open.c -o
bt_open.o >/dev/null 2>&1
mv -f .libs/bt_open.lo bt_open.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_put.c
rm -f .libs/bt_put.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_put.c -fPIC
-DPIC -o .libs/bt_put.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_put.c -o bt_put.o
>/dev/null 2>&1
mv -f .libs/bt_put.lo bt_put.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_rec.c
rm -f .libs/bt_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_rec.c -fPIC
-DPIC -o .libs/bt_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_rec.c -o bt_rec.o
>/dev/null 2>&1
mv -f .libs/bt_rec.lo bt_rec.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_reclaim.c
rm -f .libs/bt_reclaim.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_reclaim.c -fPIC
-DPIC -o .libs/bt_reclaim.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_reclaim.c -o
bt_reclaim.o >/dev/null 2>&1
mv -f .libs/bt_reclaim.lo bt_reclaim.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_recno.c
rm -f .libs/bt_recno.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_recno.c -fPIC
-DPIC -o .libs/bt_recno.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_recno.c -o
bt_recno.o >/dev/null 2>&1
mv -f .libs/bt_recno.lo bt_recno.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_rsearch.c
rm -f .libs/bt_rsearch.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_rsearch.c -fPIC
-DPIC -o .libs/bt_rsearch.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_rsearch.c -o
bt_rsearch.o >/dev/null 2>&1
mv -f .libs/bt_rsearch.lo bt_rsearch.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_search.c
rm -f .libs/bt_search.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_search.c -fPIC
-DPIC -o .libs/bt_search.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_search.c -o
bt_search.o >/dev/null 2>&1
mv -f .libs/bt_search.lo bt_search.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_split.c
rm -f .libs/bt_split.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_split.c -fPIC
-DPIC -o .libs/bt_split.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_split.c -o
bt_split.o >/dev/null 2>&1
mv -f .libs/bt_split.lo bt_split.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_stat.c
rm -f .libs/bt_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_stat.c -fPIC
-DPIC -o .libs/bt_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_stat.c -o
bt_stat.o >/dev/null 2>&1
mv -f .libs/bt_stat.lo bt_stat.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_upgrade.c
rm -f .libs/bt_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_upgrade.c -fPIC
-DPIC -o .libs/bt_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_upgrade.c -o
bt_upgrade.o >/dev/null 2>&1
mv -f .libs/bt_upgrade.lo bt_upgrade.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/bt_verify.c
rm -f .libs/bt_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_verify.c -fPIC
-DPIC -o .libs/bt_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/bt_verify.c -o
bt_verify.o >/dev/null 2>&1
mv -f .libs/bt_verify.lo bt_verify.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../btree/btree_auto.c
rm -f .libs/btree_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/btree_auto.c -fPIC
-DPIC -o .libs/btree_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../btree/btree_auto.c -o
btree_auto.o >/dev/null 2>&1
mv -f .libs/btree_auto.lo btree_auto.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/crdel_auto.c
rm -f .libs/crdel_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/crdel_auto.c -fPIC
-DPIC -o .libs/crdel_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/crdel_auto.c -o
crdel_auto.o >/dev/null 2>&1
mv -f .libs/crdel_auto.lo crdel_auto.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/crdel_rec.c
rm -f .libs/crdel_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/crdel_rec.c -fPIC
-DPIC -o .libs/crdel_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/crdel_rec.c -o
crdel_rec.o >/dev/null 2>&1
mv -f .libs/crdel_rec.lo crdel_rec.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db.c
rm -f .libs/db.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db.c -fPIC -DPIC -o
.libs/db.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db.c -o db.o >/dev/null
2>&1
mv -f .libs/db.lo db.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_am.c
rm -f .libs/db_am.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_am.c -fPIC -DPIC -o
.libs/db_am.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_am.c -o db_am.o
>/dev/null 2>&1
mv -f .libs/db_am.lo db_am.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_auto.c
rm -f .libs/db_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_auto.c -fPIC -DPIC
-o .libs/db_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_auto.c -o db_auto.o
>/dev/null 2>&1
mv -f .libs/db_auto.lo db_auto.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../common/db_byteorder.c
rm -f .libs/db_byteorder.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_byteorder.c
-fPIC -DPIC -o .libs/db_byteorder.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_byteorder.c -o
db_byteorder.o >/dev/null 2>&1
mv -f .libs/db_byteorder.lo db_byteorder.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_cam.c
rm -f .libs/db_cam.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_cam.c -fPIC -DPIC
-o .libs/db_cam.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_cam.c -o db_cam.o
>/dev/null 2>&1
mv -f .libs/db_cam.lo db_cam.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_conv.c
rm -f .libs/db_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_conv.c -fPIC -DPIC
-o .libs/db_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_conv.c -o db_conv.o
>/dev/null 2>&1
mv -f .libs/db_conv.lo db_conv.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_dispatch.c
rm -f .libs/db_dispatch.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_dispatch.c -fPIC
-DPIC -o .libs/db_dispatch.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_dispatch.c -o
db_dispatch.o >/dev/null 2>&1
mv -f .libs/db_dispatch.lo db_dispatch.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_dup.c
rm -f .libs/db_dup.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_dup.c -fPIC -DPIC
-o .libs/db_dup.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_dup.c -o db_dup.o
>/dev/null 2>&1
mv -f .libs/db_dup.lo db_dup.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../common/db_err.c
rm -f .libs/db_err.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_err.c -fPIC
-DPIC -o .libs/db_err.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_err.c -o
db_err.o >/dev/null 2>&1
mv -f .libs/db_err.lo db_err.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../common/db_getlong.c
rm -f .libs/db_getlong.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_getlong.c -fPIC
-DPIC -o .libs/db_getlong.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_getlong.c -o
db_getlong.o >/dev/null 2>&1
mv -f .libs/db_getlong.lo db_getlong.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_iface.c
rm -f .libs/db_iface.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_iface.c -fPIC -DPIC
-o .libs/db_iface.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_iface.c -o
db_iface.o >/dev/null 2>&1
mv -f .libs/db_iface.lo db_iface.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_join.c
rm -f .libs/db_join.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_join.c -fPIC -DPIC
-o .libs/db_join.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_join.c -o db_join.o
>/dev/null 2>&1
mv -f .libs/db_join.lo db_join.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../common/db_log2.c
rm -f .libs/db_log2.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_log2.c -fPIC
-DPIC -o .libs/db_log2.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/db_log2.c -o
db_log2.o >/dev/null 2>&1
mv -f .libs/db_log2.lo db_log2.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_meta.c
rm -f .libs/db_meta.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_meta.c -fPIC -DPIC
-o .libs/db_meta.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_meta.c -o db_meta.o
>/dev/null 2>&1
mv -f .libs/db_meta.lo db_meta.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_method.c
rm -f .libs/db_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_method.c -fPIC
-DPIC -o .libs/db_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_method.c -o
db_method.o >/dev/null 2>&1
mv -f .libs/db_method.lo db_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_overflow.c
rm -f .libs/db_overflow.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_overflow.c -fPIC
-DPIC -o .libs/db_overflow.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_overflow.c -o
db_overflow.o >/dev/null 2>&1
mv -f .libs/db_overflow.lo db_overflow.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_pr.c
rm -f .libs/db_pr.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_pr.c -fPIC -DPIC -o
.libs/db_pr.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_pr.c -o db_pr.o
>/dev/null 2>&1
mv -f .libs/db_pr.lo db_pr.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_rec.c
rm -f .libs/db_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_rec.c -fPIC -DPIC
-o .libs/db_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_rec.c -o db_rec.o
>/dev/null 2>&1
mv -f .libs/db_rec.lo db_rec.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_reclaim.c
rm -f .libs/db_reclaim.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_reclaim.c -fPIC
-DPIC -o .libs/db_reclaim.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_reclaim.c -o
db_reclaim.o >/dev/null 2>&1
mv -f .libs/db_reclaim.lo db_reclaim.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_ret.c
rm -f .libs/db_ret.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_ret.c -fPIC -DPIC
-o .libs/db_ret.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_ret.c -o db_ret.o
>/dev/null 2>&1
mv -f .libs/db_ret.lo db_ret.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../env/db_salloc.c
rm -f .libs/db_salloc.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/db_salloc.c -fPIC
-DPIC -o .libs/db_salloc.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/db_salloc.c -o
db_salloc.o >/dev/null 2>&1
mv -f .libs/db_salloc.lo db_salloc.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../env/db_shash.c
rm -f .libs/db_shash.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/db_shash.c -fPIC
-DPIC -o .libs/db_shash.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/db_shash.c -o
db_shash.o >/dev/null 2>&1
mv -f .libs/db_shash.lo db_shash.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_upg.c
rm -f .libs/db_upg.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_upg.c -fPIC -DPIC
-o .libs/db_upg.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_upg.c -o db_upg.o
>/dev/null 2>&1
mv -f .libs/db_upg.lo db_upg.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_upg_opd.c
rm -f .libs/db_upg_opd.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_upg_opd.c -fPIC
-DPIC -o .libs/db_upg_opd.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_upg_opd.c -o
db_upg_opd.o >/dev/null 2>&1
mv -f .libs/db_upg_opd.lo db_upg_opd.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_vrfy.c
rm -f .libs/db_vrfy.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_vrfy.c -fPIC -DPIC
-o .libs/db_vrfy.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_vrfy.c -o db_vrfy.o
>/dev/null 2>&1
mv -f .libs/db_vrfy.lo db_vrfy.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db/db_vrfyutil.c
rm -f .libs/db_vrfyutil.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_vrfyutil.c -fPIC
-DPIC -o .libs/db_vrfyutil.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db/db_vrfyutil.c -o
db_vrfyutil.o >/dev/null 2>&1
mv -f .libs/db_vrfyutil.lo db_vrfyutil.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../dbm/dbm.c
rm -f .libs/dbm.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../dbm/dbm.c -fPIC -DPIC -o
.libs/dbm.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../dbm/dbm.c -o dbm.o
>/dev/null 2>&1
mv -f .libs/dbm.lo dbm.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../env/env_method.c
rm -f .libs/env_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_method.c -fPIC
-DPIC -o .libs/env_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_method.c -o
env_method.o >/dev/null 2>&1
mv -f .libs/env_method.lo env_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../env/env_open.c
rm -f .libs/env_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_open.c -fPIC
-DPIC -o .libs/env_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_open.c -o
env_open.o >/dev/null 2>&1
mv -f .libs/env_open.lo env_open.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../env/env_recover.c
rm -f .libs/env_recover.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_recover.c -fPIC
-DPIC -o .libs/env_recover.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_recover.c -o
env_recover.o >/dev/null 2>&1
mv -f .libs/env_recover.lo env_recover.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../env/env_region.c
rm -f .libs/env_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_region.c -fPIC
-DPIC -o .libs/env_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../env/env_region.c -o
env_region.o >/dev/null 2>&1
mv -f .libs/env_region.lo env_region.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash.c
rm -f .libs/hash.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash.c -fPIC -DPIC
-o .libs/hash.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash.c -o hash.o
>/dev/null 2>&1
mv -f .libs/hash.lo hash.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_auto.c
rm -f .libs/hash_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_auto.c -fPIC
-DPIC -o .libs/hash_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_auto.c -o
hash_auto.o >/dev/null 2>&1
mv -f .libs/hash_auto.lo hash_auto.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_conv.c
rm -f .libs/hash_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_conv.c -fPIC
-DPIC -o .libs/hash_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_conv.c -o
hash_conv.o >/dev/null 2>&1
mv -f .libs/hash_conv.lo hash_conv.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_dup.c
rm -f .libs/hash_dup.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_dup.c -fPIC
-DPIC -o .libs/hash_dup.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_dup.c -o
hash_dup.o >/dev/null 2>&1
mv -f .libs/hash_dup.lo hash_dup.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_func.c
rm -f .libs/hash_func.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_func.c -fPIC
-DPIC -o .libs/hash_func.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_func.c -o
hash_func.o >/dev/null 2>&1
mv -f .libs/hash_func.lo hash_func.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_meta.c
rm -f .libs/hash_meta.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_meta.c -fPIC
-DPIC -o .libs/hash_meta.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_meta.c -o
hash_meta.o >/dev/null 2>&1
mv -f .libs/hash_meta.lo hash_meta.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_method.c
rm -f .libs/hash_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_method.c -fPIC
-DPIC -o .libs/hash_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_method.c -o
hash_method.o >/dev/null 2>&1
mv -f .libs/hash_method.lo hash_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_page.c
rm -f .libs/hash_page.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_page.c -fPIC
-DPIC -o .libs/hash_page.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_page.c -o
hash_page.o >/dev/null 2>&1
mv -f .libs/hash_page.lo hash_page.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_rec.c
rm -f .libs/hash_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_rec.c -fPIC
-DPIC -o .libs/hash_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_rec.c -o
hash_rec.o >/dev/null 2>&1
mv -f .libs/hash_rec.lo hash_rec.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_reclaim.c
rm -f .libs/hash_reclaim.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_reclaim.c -fPIC
-DPIC -o .libs/hash_reclaim.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_reclaim.c -o
hash_reclaim.o >/dev/null 2>&1
mv -f .libs/hash_reclaim.lo hash_reclaim.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_stat.c
rm -f .libs/hash_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_stat.c -fPIC
-DPIC -o .libs/hash_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_stat.c -o
hash_stat.o >/dev/null 2>&1
mv -f .libs/hash_stat.lo hash_stat.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_upgrade.c
rm -f .libs/hash_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_upgrade.c -fPIC
-DPIC -o .libs/hash_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_upgrade.c -o
hash_upgrade.o >/dev/null 2>&1
mv -f .libs/hash_upgrade.lo hash_upgrade.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hash/hash_verify.c
rm -f .libs/hash_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_verify.c -fPIC
-DPIC -o .libs/hash_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hash/hash_verify.c -o
hash_verify.o >/dev/null 2>&1
mv -f .libs/hash_verify.lo hash_verify.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../hsearch/hsearch.c
rm -f .libs/hsearch.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hsearch/hsearch.c -fPIC
-DPIC -o .libs/hsearch.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../hsearch/hsearch.c -o
hsearch.o >/dev/null 2>&1
mv -f .libs/hsearch.lo hsearch.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../lock/lock.c
rm -f .libs/lock.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock.c -fPIC -DPIC
-o .libs/lock.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock.c -o lock.o
>/dev/null 2>&1
mv -f .libs/lock.lo lock.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../lock/lock_conflict.c
rm -f .libs/lock_conflict.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_conflict.c
-fPIC -DPIC -o .libs/lock_conflict.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_conflict.c -o
lock_conflict.o >/dev/null 2>&1
mv -f .libs/lock_conflict.lo lock_conflict.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../lock/lock_deadlock.c
rm -f .libs/lock_deadlock.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_deadlock.c
-fPIC -DPIC -o .libs/lock_deadlock.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_deadlock.c -o
lock_deadlock.o >/dev/null 2>&1
mv -f .libs/lock_deadlock.lo lock_deadlock.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../lock/lock_region.c
rm -f .libs/lock_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_region.c -fPIC
-DPIC -o .libs/lock_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_region.c -o
lock_region.o >/dev/null 2>&1
mv -f .libs/lock_region.lo lock_region.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../lock/lock_util.c
rm -f .libs/lock_util.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_util.c -fPIC
-DPIC -o .libs/lock_util.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../lock/lock_util.c -o
lock_util.o >/dev/null 2>&1
mv -f .libs/lock_util.lo lock_util.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log.c
rm -f .libs/log.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log.c -fPIC -DPIC -o
.libs/log.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log.c -o log.o
>/dev/null 2>&1
mv -f .libs/log.lo log.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_archive.c
rm -f .libs/log_archive.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_archive.c -fPIC
-DPIC -o .libs/log_archive.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_archive.c -o
log_archive.o >/dev/null 2>&1
mv -f .libs/log_archive.lo log_archive.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_auto.c
rm -f .libs/log_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_auto.c -fPIC
-DPIC -o .libs/log_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_auto.c -o
log_auto.o >/dev/null 2>&1
mv -f .libs/log_auto.lo log_auto.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_compare.c
rm -f .libs/log_compare.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_compare.c -fPIC
-DPIC -o .libs/log_compare.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_compare.c -o
log_compare.o >/dev/null 2>&1
mv -f .libs/log_compare.lo log_compare.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_findckp.c
rm -f .libs/log_findckp.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_findckp.c -fPIC
-DPIC -o .libs/log_findckp.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_findckp.c -o
log_findckp.o >/dev/null 2>&1
mv -f .libs/log_findckp.lo log_findckp.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_get.c
rm -f .libs/log_get.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_get.c -fPIC -DPIC
-o .libs/log_get.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_get.c -o log_get.o
>/dev/null 2>&1
mv -f .libs/log_get.lo log_get.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_method.c
rm -f .libs/log_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_method.c -fPIC
-DPIC -o .libs/log_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_method.c -o
log_method.o >/dev/null 2>&1
mv -f .libs/log_method.lo log_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_put.c
rm -f .libs/log_put.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_put.c -fPIC -DPIC
-o .libs/log_put.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_put.c -o log_put.o
>/dev/null 2>&1
mv -f .libs/log_put.lo log_put.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_rec.c
rm -f .libs/log_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_rec.c -fPIC -DPIC
-o .libs/log_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_rec.c -o log_rec.o
>/dev/null 2>&1
mv -f .libs/log_rec.lo log_rec.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../log/log_register.c
rm -f .libs/log_register.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_register.c -fPIC
-DPIC -o .libs/log_register.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../log/log_register.c -o
log_register.o >/dev/null 2>&1
mv -f .libs/log_register.lo log_register.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_alloc.c
rm -f .libs/mp_alloc.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_alloc.c -fPIC -DPIC
-o .libs/mp_alloc.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_alloc.c -o
mp_alloc.o >/dev/null 2>&1
mv -f .libs/mp_alloc.lo mp_alloc.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_bh.c
rm -f .libs/mp_bh.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_bh.c -fPIC -DPIC -o
.libs/mp_bh.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_bh.c -o mp_bh.o
>/dev/null 2>&1
mv -f .libs/mp_bh.lo mp_bh.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_fget.c
rm -f .libs/mp_fget.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fget.c -fPIC -DPIC
-o .libs/mp_fget.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fget.c -o mp_fget.o
>/dev/null 2>&1
mv -f .libs/mp_fget.lo mp_fget.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_fopen.c
rm -f .libs/mp_fopen.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fopen.c -fPIC -DPIC
-o .libs/mp_fopen.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fopen.c -o
mp_fopen.o >/dev/null 2>&1
mv -f .libs/mp_fopen.lo mp_fopen.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_fput.c
rm -f .libs/mp_fput.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fput.c -fPIC -DPIC
-o .libs/mp_fput.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fput.c -o mp_fput.o
>/dev/null 2>&1
mv -f .libs/mp_fput.lo mp_fput.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_fset.c
rm -f .libs/mp_fset.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fset.c -fPIC -DPIC
-o .libs/mp_fset.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_fset.c -o mp_fset.o
>/dev/null 2>&1
mv -f .libs/mp_fset.lo mp_fset.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_method.c
rm -f .libs/mp_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_method.c -fPIC
-DPIC -o .libs/mp_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_method.c -o
mp_method.o >/dev/null 2>&1
mv -f .libs/mp_method.lo mp_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_region.c
rm -f .libs/mp_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_region.c -fPIC
-DPIC -o .libs/mp_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_region.c -o
mp_region.o >/dev/null 2>&1
mv -f .libs/mp_region.lo mp_region.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_register.c
rm -f .libs/mp_register.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_register.c -fPIC
-DPIC -o .libs/mp_register.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_register.c -o
mp_register.o >/dev/null 2>&1
mv -f .libs/mp_register.lo mp_register.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_stat.c
rm -f .libs/mp_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_stat.c -fPIC -DPIC
-o .libs/mp_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_stat.c -o mp_stat.o
>/dev/null 2>&1
mv -f .libs/mp_stat.lo mp_stat.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_sync.c
rm -f .libs/mp_sync.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_sync.c -fPIC -DPIC
-o .libs/mp_sync.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_sync.c -o mp_sync.o
>/dev/null 2>&1
mv -f .libs/mp_sync.lo mp_sync.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mp/mp_trickle.c
rm -f .libs/mp_trickle.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_trickle.c -fPIC
-DPIC -o .libs/mp_trickle.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mp/mp_trickle.c -o
mp_trickle.o >/dev/null 2>&1
mv -f .libs/mp_trickle.lo mp_trickle.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../mutex/mutex.c
rm -f .libs/mutex.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mutex/mutex.c -fPIC -DPIC
-o .libs/mutex.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../mutex/mutex.c -o mutex.o
>/dev/null 2>&1
mv -f .libs/mutex.lo mutex.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_abs.c
rm -f .libs/os_abs.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_abs.c -fPIC -DPIC
-o .libs/os_abs.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_abs.c -o os_abs.o
>/dev/null 2>&1
mv -f .libs/os_abs.lo os_abs.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_alloc.c
rm -f .libs/os_alloc.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_alloc.c -fPIC -DPIC
-o .libs/os_alloc.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_alloc.c -o
os_alloc.o >/dev/null 2>&1
mv -f .libs/os_alloc.lo os_alloc.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_dir.c
rm -f .libs/os_dir.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_dir.c -fPIC -DPIC
-o .libs/os_dir.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_dir.c -o os_dir.o
>/dev/null 2>&1
mv -f .libs/os_dir.lo os_dir.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_errno.c
rm -f .libs/os_errno.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_errno.c -fPIC -DPIC
-o .libs/os_errno.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_errno.c -o
os_errno.o >/dev/null 2>&1
mv -f .libs/os_errno.lo os_errno.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_fid.c
rm -f .libs/os_fid.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_fid.c -fPIC -DPIC
-o .libs/os_fid.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_fid.c -o os_fid.o
>/dev/null 2>&1
mv -f .libs/os_fid.lo os_fid.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_finit.c
rm -f .libs/os_finit.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_finit.c -fPIC -DPIC
-o .libs/os_finit.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_finit.c -o
os_finit.o >/dev/null 2>&1
mv -f .libs/os_finit.lo os_finit.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_fsync.c
rm -f .libs/os_fsync.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_fsync.c -fPIC -DPIC
-o .libs/os_fsync.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_fsync.c -o
os_fsync.o >/dev/null 2>&1
mv -f .libs/os_fsync.lo os_fsync.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_handle.c
rm -f .libs/os_handle.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_handle.c -fPIC
-DPIC -o .libs/os_handle.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_handle.c -o
os_handle.o >/dev/null 2>&1
mv -f .libs/os_handle.lo os_handle.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_map.c
rm -f .libs/os_map.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_map.c -fPIC -DPIC
-o .libs/os_map.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_map.c -o os_map.o
>/dev/null 2>&1
mv -f .libs/os_map.lo os_map.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_method.c
rm -f .libs/os_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_method.c -fPIC
-DPIC -o .libs/os_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_method.c -o
os_method.o >/dev/null 2>&1
mv -f .libs/os_method.lo os_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_oflags.c
rm -f .libs/os_oflags.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_oflags.c -fPIC
-DPIC -o .libs/os_oflags.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_oflags.c -o
os_oflags.o >/dev/null 2>&1
mv -f .libs/os_oflags.lo os_oflags.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_open.c
rm -f .libs/os_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_open.c -fPIC -DPIC
-o .libs/os_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_open.c -o os_open.o
>/dev/null 2>&1
mv -f .libs/os_open.lo os_open.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_region.c
rm -f .libs/os_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_region.c -fPIC
-DPIC -o .libs/os_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_region.c -o
os_region.o >/dev/null 2>&1
mv -f .libs/os_region.lo os_region.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_rename.c
rm -f .libs/os_rename.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_rename.c -fPIC
-DPIC -o .libs/os_rename.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_rename.c -o
os_rename.o >/dev/null 2>&1
mv -f .libs/os_rename.lo os_rename.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_root.c
rm -f .libs/os_root.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_root.c -fPIC -DPIC
-o .libs/os_root.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_root.c -o os_root.o
>/dev/null 2>&1
mv -f .libs/os_root.lo os_root.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_rpath.c
rm -f .libs/os_rpath.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_rpath.c -fPIC -DPIC
-o .libs/os_rpath.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_rpath.c -o
os_rpath.o >/dev/null 2>&1
mv -f .libs/os_rpath.lo os_rpath.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_rw.c
rm -f .libs/os_rw.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_rw.c -fPIC -DPIC -o
.libs/os_rw.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_rw.c -o os_rw.o
>/dev/null 2>&1
mv -f .libs/os_rw.lo os_rw.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_seek.c
rm -f .libs/os_seek.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_seek.c -fPIC -DPIC
-o .libs/os_seek.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_seek.c -o os_seek.o
>/dev/null 2>&1
mv -f .libs/os_seek.lo os_seek.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_sleep.c
rm -f .libs/os_sleep.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_sleep.c -fPIC -DPIC
-o .libs/os_sleep.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_sleep.c -o
os_sleep.o >/dev/null 2>&1
mv -f .libs/os_sleep.lo os_sleep.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_spin.c
rm -f .libs/os_spin.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_spin.c -fPIC -DPIC
-o .libs/os_spin.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_spin.c -o os_spin.o
>/dev/null 2>&1
mv -f .libs/os_spin.lo os_spin.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_stat.c
rm -f .libs/os_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_stat.c -fPIC -DPIC
-o .libs/os_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_stat.c -o os_stat.o
>/dev/null 2>&1
mv -f .libs/os_stat.lo os_stat.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_tmpdir.c
rm -f .libs/os_tmpdir.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_tmpdir.c -fPIC
-DPIC -o .libs/os_tmpdir.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_tmpdir.c -o
os_tmpdir.o >/dev/null 2>&1
mv -f .libs/os_tmpdir.lo os_tmpdir.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../os/os_unlink.c
rm -f .libs/os_unlink.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_unlink.c -fPIC
-DPIC -o .libs/os_unlink.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../os/os_unlink.c -o
os_unlink.o >/dev/null 2>&1
mv -f .libs/os_unlink.lo os_unlink.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam.c
rm -f .libs/qam.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam.c -fPIC -DPIC -o
.libs/qam.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam.c -o qam.o
>/dev/null 2>&1
mv -f .libs/qam.lo qam.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_auto.c
rm -f .libs/qam_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_auto.c -fPIC
-DPIC -o .libs/qam_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_auto.c -o
qam_auto.o >/dev/null 2>&1
mv -f .libs/qam_auto.lo qam_auto.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_conv.c
rm -f .libs/qam_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_conv.c -fPIC
-DPIC -o .libs/qam_conv.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_conv.c -o
qam_conv.o >/dev/null 2>&1
mv -f .libs/qam_conv.lo qam_conv.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_method.c
rm -f .libs/qam_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_method.c -fPIC
-DPIC -o .libs/qam_method.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_method.c -o
qam_method.o >/dev/null 2>&1
mv -f .libs/qam_method.lo qam_method.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_open.c
rm -f .libs/qam_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_open.c -fPIC
-DPIC -o .libs/qam_open.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_open.c -o
qam_open.o >/dev/null 2>&1
mv -f .libs/qam_open.lo qam_open.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_rec.c
rm -f .libs/qam_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_rec.c -fPIC -DPIC
-o .libs/qam_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_rec.c -o qam_rec.o
>/dev/null 2>&1
mv -f .libs/qam_rec.lo qam_rec.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_stat.c
rm -f .libs/qam_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_stat.c -fPIC
-DPIC -o .libs/qam_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_stat.c -o
qam_stat.o >/dev/null 2>&1
mv -f .libs/qam_stat.lo qam_stat.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_upgrade.c
rm -f .libs/qam_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_upgrade.c -fPIC
-DPIC -o .libs/qam_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_upgrade.c -o
qam_upgrade.o >/dev/null 2>&1
mv -f .libs/qam_upgrade.lo qam_upgrade.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../qam/qam_verify.c
rm -f .libs/qam_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_verify.c -fPIC
-DPIC -o .libs/qam_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../qam/qam_verify.c -o
qam_verify.o >/dev/null 2>&1
mv -f .libs/qam_verify.lo qam_verify.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../txn/txn.c
rm -f .libs/txn.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn.c -fPIC -DPIC -o
.libs/txn.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn.c -o txn.o
>/dev/null 2>&1
mv -f .libs/txn.lo txn.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../txn/txn_auto.c
rm -f .libs/txn_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn_auto.c -fPIC
-DPIC -o .libs/txn_auto.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn_auto.c -o
txn_auto.o >/dev/null 2>&1
mv -f .libs/txn_auto.lo txn_auto.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../txn/txn_rec.c
rm -f .libs/txn_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn_rec.c -fPIC -DPIC
-o .libs/txn_rec.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn_rec.c -o txn_rec.o
>/dev/null 2>&1
mv -f .libs/txn_rec.lo txn_rec.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../txn/txn_region.c
rm -f .libs/txn_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn_region.c -fPIC
-DPIC -o .libs/txn_region.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../txn/txn_region.c -o
txn_region.o >/dev/null 2>&1
mv -f .libs/txn_region.lo txn_region.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../xa/xa.c
rm -f .libs/xa.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../xa/xa.c -fPIC -DPIC -o
.libs/xa.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../xa/xa.c -o xa.o >/dev/null
2>&1
mv -f .libs/xa.lo xa.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../xa/xa_db.c
rm -f .libs/xa_db.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../xa/xa_db.c -fPIC -DPIC -o
.libs/xa_db.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../xa/xa_db.c -o xa_db.o
>/dev/null 2>&1
mv -f .libs/xa_db.lo xa_db.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../xa/xa_map.c
rm -f .libs/xa_map.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../xa/xa_map.c -fPIC -DPIC
-o .libs/xa_map.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../xa/xa_map.c -o xa_map.o
>/dev/null 2>&1
mv -f .libs/xa_map.lo xa_map.lo
/bin/sh ./libtool --mode=link cc -avoid-version -rpath /usr/local/lib -o
libdb-3.1.la mut_fcntl.lo db185.lo bt_compare.lo bt_conv.lo
bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo
bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo
bt_stat.lo bt_upgrade.lo bt_verify.lo btree_auto.lo crdel_auto.lo
crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo db_cam.lo db_conv.lo
db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_iface.lo db_join.lo
db_log2.lo db_meta.lo db_method.lo db_overflow.lo db_pr.lo db_rec.lo
db_reclaim.lo db_ret.lo db_salloc.lo db_shash.lo db_upg.lo db_upg_opd.lo
db_vrfy.lo db_vrfyutil.lo dbm.lo env_method.lo env_open.lo env_recover.lo
env_region.lo hash.lo hash_auto.lo hash_conv.lo hash_dup.lo hash_func.lo
hash_meta.lo hash_method.lo hash_page.lo hash_rec.lo hash_reclaim.lo
hash_stat.lo hash_upgrade.lo hash_verify.lo hsearch.lo lock.lo
lock_conflict.lo lock_deadlock.lo lock_region.lo lock_util.lo log.lo
log_archive.lo log_auto.lo log_compare.lo log_findckp.lo log_get.lo
log_method.lo log_put.lo log_rec.lo log_register.lo mp_alloc.lo mp_bh.lo
mp_fget.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_region.lo
mp_register.lo mp_stat.lo mp_sync.lo mp_trickle.lo mutex.lo os_abs.lo
os_alloc.lo os_dir.lo os_errno.lo os_fid.lo os_finit.lo os_fsync.lo
os_handle.lo os_map.lo os_method.lo os_oflags.lo os_open.lo os_region.lo
os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_sleep.lo
os_spin.lo os_stat.lo os_tmpdir.lo os_unlink.lo qam.lo qam_auto.lo
qam_conv.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo
qam_verify.lo txn.lo txn_auto.lo txn_rec.lo txn_region.lo xa.lo xa_db.lo
xa_map.lo
rm -fr .libs/libdb-3.1.la .libs/libdb-3.1.* .libs/libdb-3.1.*
cc -shared -fPIC -o .libs/libdb-3.1.so.0.0 mut_fcntl.lo db185.lo
bt_compare.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo
bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo
bt_search.lo bt_split.lo bt_stat.lo bt_upgrade.lo bt_verify.lo btree_auto.lo
crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo
db_cam.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo
db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_overflow.lo
db_pr.lo db_rec.lo db_reclaim.lo db_ret.lo db_salloc.lo db_shash.lo
db_upg.lo db_upg_opd.lo db_vrfy.lo db_vrfyutil.lo dbm.lo env_method.lo
env_open.lo env_recover.lo env_region.lo hash.lo hash_auto.lo hash_conv.lo
hash_dup.lo hash_func.lo hash_meta.lo hash_method.lo hash_page.lo
hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo
hsearch.lo lock.lo lock_conflict.lo lock_deadlock.lo lock_region.lo
lock_util.lo log.lo log_archive.lo log_auto.lo log_compare.lo log_findckp.lo
log_get.lo log_method.lo log_put.lo log_rec.lo log_register.lo mp_alloc.lo
mp_bh.lo mp_fget.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo
mp_region.lo mp_register.lo mp_stat.lo mp_sync.lo mp_trickle.lo mutex.lo
os_abs.lo os_alloc.lo os_dir.lo os_errno.lo os_fid.lo os_finit.lo
os_fsync.lo os_handle.lo os_map.lo os_method.lo os_oflags.lo os_open.lo
os_region.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo
os_sleep.lo os_spin.lo os_stat.lo os_tmpdir.lo os_unlink.lo qam.lo
qam_auto.lo qam_conv.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo
qam_upgrade.lo qam_verify.lo txn.lo txn_auto.lo txn_rec.lo txn_region.lo
xa.lo xa_db.lo xa_map.lo -lc
ar cru .libs/libdb-3.1.a mut_fcntl.o db185.o bt_compare.o bt_conv.o
bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o
bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o
bt_upgrade.o bt_verify.o btree_auto.o crdel_auto.o crdel_rec.o db.o db_am.o
db_auto.o db_byteorder.o db_cam.o db_conv.o db_dispatch.o db_dup.o db_err.o
db_getlong.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o
db_overflow.o db_pr.o db_rec.o db_reclaim.o db_ret.o db_salloc.o db_shash.o
db_upg.o db_upg_opd.o db_vrfy.o db_vrfyutil.o dbm.o env_method.o env_open.o
env_recover.o env_region.o hash.o hash_auto.o hash_conv.o hash_dup.o
hash_func.o hash_meta.o hash_method.o hash_page.o hash_rec.o hash_reclaim.o
hash_stat.o hash_upgrade.o hash_verify.o hsearch.o lock.o lock_conflict.o
lock_deadlock.o lock_region.o lock_util.o log.o log_archive.o log_auto.o
log_compare.o log_findckp.o log_get.o log_method.o log_put.o log_rec.o
log_register.o mp_alloc.o mp_bh.o mp_fget.o mp_fopen.o mp_fput.o mp_fset.o
mp_method.o mp_region.o mp_register.o mp_stat.o mp_sync.o mp_trickle.o
mutex.o os_abs.o os_alloc.o os_dir.o os_errno.o os_fid.o os_finit.o
os_fsync.o os_handle.o os_map.o os_method.o os_oflags.o os_open.o
os_region.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_sleep.o
os_spin.o os_stat.o os_tmpdir.o os_unlink.o qam.o qam_auto.o qam_conv.o
qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o
txn.o txn_auto.o txn_rec.o txn_region.o xa.o xa_db.o xa_map.o
ranlib .libs/libdb-3.1.a
creating libdb-3.1.la
(cd .libs && rm -f libdb-3.1.la && ln -s ../libdb-3.1.la libdb-3.1.la)
/bin/sh ./libtool --mode=compile c++ -c -fexceptions -O2 -I.
-I./../dist/../include ./../dist/../cxx/cxx_app.cpp
rm -f .libs/cxx_app.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_app.cpp -fPIC -DPIC -o .libs/cxx_app.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_app.cpp -o cxx_app.o >/dev/null 2>&1
mv -f .libs/cxx_app.lo cxx_app.lo
/bin/sh ./libtool --mode=compile c++ -c -fexceptions -O2 -I.
-I./../dist/../include ./../dist/../cxx/cxx_except.cpp
rm -f .libs/cxx_except.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_except.cpp -fPIC -DPIC -o .libs/cxx_except.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_except.cpp -o cxx_except.o >/dev/null 2>&1
mv -f .libs/cxx_except.lo cxx_except.lo
/bin/sh ./libtool --mode=compile c++ -c -fexceptions -O2 -I.
-I./../dist/../include ./../dist/../cxx/cxx_lock.cpp
rm -f .libs/cxx_lock.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_lock.cpp -fPIC -DPIC -o .libs/cxx_lock.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_lock.cpp -o cxx_lock.o >/dev/null 2>&1
mv -f .libs/cxx_lock.lo cxx_lock.lo
/bin/sh ./libtool --mode=compile c++ -c -fexceptions -O2 -I.
-I./../dist/../include ./../dist/../cxx/cxx_log.cpp
rm -f .libs/cxx_log.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_log.cpp -fPIC -DPIC -o .libs/cxx_log.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_log.cpp -o cxx_log.o >/dev/null 2>&1
mv -f .libs/cxx_log.lo cxx_log.lo
/bin/sh ./libtool --mode=compile c++ -c -fexceptions -O2 -I.
-I./../dist/../include ./../dist/../cxx/cxx_mpool.cpp
rm -f .libs/cxx_mpool.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_mpool.cpp -fPIC -DPIC -o .libs/cxx_mpool.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_mpool.cpp -o cxx_mpool.o >/dev/null 2>&1
mv -f .libs/cxx_mpool.lo cxx_mpool.lo
/bin/sh ./libtool --mode=compile c++ -c -fexceptions -O2 -I.
-I./../dist/../include ./../dist/../cxx/cxx_table.cpp
rm -f .libs/cxx_table.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_table.cpp -fPIC -DPIC -o .libs/cxx_table.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_table.cpp -o cxx_table.o >/dev/null 2>&1
mv -f .libs/cxx_table.lo cxx_table.lo
/bin/sh ./libtool --mode=compile c++ -c -fexceptions -O2 -I.
-I./../dist/../include ./../dist/../cxx/cxx_txn.cpp
rm -f .libs/cxx_txn.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_txn.cpp -fPIC -DPIC -o .libs/cxx_txn.lo
c++ -c -fexceptions -O2 -I. -I./../dist/../include
./../dist/../cxx/cxx_txn.cpp -o cxx_txn.o >/dev/null 2>&1
mv -f .libs/cxx_txn.lo cxx_txn.lo
/bin/sh ./libtool --mode=link cc -avoid-version -rpath /usr/local/lib -o
libdb_cxx-3.1.la cxx_app.lo cxx_except.lo cxx_lock.lo cxx_log.lo
cxx_mpool.lo cxx_table.lo cxx_txn.lo mut_fcntl.lo db185.lo bt_compare.lo
bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo
bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo
bt_split.lo bt_stat.lo bt_upgrade.lo bt_verify.lo btree_auto.lo
crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_byteorder.lo
db_cam.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo
db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_overflow.lo
db_pr.lo db_rec.lo db_reclaim.lo db_ret.lo db_salloc.lo db_shash.lo
db_upg.lo db_upg_opd.lo db_vrfy.lo db_vrfyutil.lo dbm.lo env_method.lo
env_open.lo env_recover.lo env_region.lo hash.lo hash_auto.lo hash_conv.lo
hash_dup.lo hash_func.lo hash_meta.lo hash_method.lo hash_page.lo
hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo
hsearch.lo lock.lo lock_conflict.lo lock_deadlock.lo lock_region.lo
lock_util.lo log.lo log_archive.lo log_auto.lo log_compare.lo
log_findckp.lo log_get.lo log_method.lo log_put.lo log_rec.lo
log_register.lo mp_alloc.lo mp_bh.lo mp_fget.lo mp_fopen.lo mp_fput.lo
mp_fset.lo mp_method.lo mp_region.lo mp_register.lo mp_stat.lo mp_sync.lo
mp_trickle.lo mutex.lo os_abs.lo os_alloc.lo os_dir.lo os_errno.lo
os_fid.lo os_finit.lo os_fsync.lo os_handle.lo os_map.lo os_method.lo
os_oflags.lo os_open.lo os_region.lo os_rename.lo os_root.lo os_rpath.lo
os_rw.lo os_seek.lo os_sleep.lo os_spin.lo os_stat.lo os_tmpdir.lo
os_unlink.lo qam.lo qam_auto.lo qam_conv.lo qam_method.lo qam_open.lo
qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo txn.lo txn_auto.lo
txn_rec.lo txn_region.lo xa.lo xa_db.lo xa_map.lo
rm -fr .libs/libdb_cxx-3.1.la .libs/libdb_cxx-3.1.* .libs/libdb_cxx-3.1.*
cc -shared -fPIC -o .libs/libdb_cxx-3.1.so.0.0 cxx_app.lo cxx_except.lo
cxx_lock.lo cxx_log.lo cxx_mpool.lo cxx_table.lo cxx_txn.lo mut_fcntl.lo
db185.lo bt_compare.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo
bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo
bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_upgrade.lo bt_verify.lo
btree_auto.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo
db_byteorder.lo db_cam.lo db_conv.lo db_dispatch.lo db_dup.lo db_err.lo
db_getlong.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo
db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_ret.lo db_salloc.lo
db_shash.lo db_upg.lo db_upg_opd.lo db_vrfy.lo db_vrfyutil.lo dbm.lo
env_method.lo env_open.lo env_recover.lo env_region.lo hash.lo hash_auto.lo
hash_conv.lo hash_dup.lo hash_func.lo hash_meta.lo hash_method.lo
hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo
hash_verify.lo hsearch.lo lock.lo lock_conflict.lo lock_deadlock.lo
lock_region.lo lock_util.lo log.lo log_archive.lo log_auto.lo log_compare.lo
log_findckp.lo log_get.lo log_method.lo log_put.lo log_rec.lo
log_register.lo mp_alloc.lo mp_bh.lo mp_fget.lo mp_fopen.lo mp_fput.lo
mp_fset.lo mp_method.lo mp_region.lo mp_register.lo mp_stat.lo mp_sync.lo
mp_trickle.lo mutex.lo os_abs.lo os_alloc.lo os_dir.lo os_errno.lo os_fid.lo
os_finit.lo os_fsync.lo os_handle.lo os_map.lo os_method.lo os_oflags.lo
os_open.lo os_region.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo
os_seek.lo os_sleep.lo os_spin.lo os_stat.lo os_tmpdir.lo os_unlink.lo
qam.lo qam_auto.lo qam_conv.lo qam_method.lo qam_open.lo qam_rec.lo
qam_stat.lo qam_upgrade.lo qam_verify.lo txn.lo txn_auto.lo txn_rec.lo
txn_region.lo xa.lo xa_db.lo xa_map.lo -lc
ar cru .libs/libdb_cxx-3.1.a cxx_app.o cxx_except.o cxx_lock.o cxx_log.o
cxx_mpool.o cxx_table.o cxx_txn.o mut_fcntl.o db185.o bt_compare.o bt_conv.o
bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o
bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o
bt_upgrade.o bt_verify.o btree_auto.o crdel_auto.o crdel_rec.o db.o db_am.o
db_auto.o db_byteorder.o db_cam.o db_conv.o db_dispatch.o db_dup.o db_err.o
db_getlong.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o
db_overflow.o db_pr.o db_rec.o db_reclaim.o db_ret.o db_salloc.o db_shash.o
db_upg.o db_upg_opd.o db_vrfy.o db_vrfyutil.o dbm.o env_method.o env_open.o
env_recover.o env_region.o hash.o hash_auto.o hash_conv.o hash_dup.o
hash_func.o hash_meta.o hash_method.o hash_page.o hash_rec.o hash_reclaim.o
hash_stat.o hash_upgrade.o hash_verify.o hsearch.o lock.o lock_conflict.o
lock_deadlock.o lock_region.o lock_util.o log.o log_archive.o log_auto.o
log_compare.o log_findckp.o log_get.o log_method.o log_put.o log_rec.o
log_register.o mp_alloc.o mp_bh.o mp_fget.o mp_fopen.o mp_fput.o mp_fset.o
mp_method.o mp_region.o mp_register.o mp_stat.o mp_sync.o mp_trickle.o
mutex.o os_abs.o os_alloc.o os_dir.o os_errno.o os_fid.o os_finit.o
os_fsync.o os_handle.o os_map.o os_method.o os_oflags.o os_open.o
os_region.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_sleep.o
os_spin.o os_stat.o os_tmpdir.o os_unlink.o qam.o qam_auto.o qam_conv.o
qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o
txn.o txn_auto.o txn_rec.o txn_region.o xa.o xa_db.o xa_map.o
ranlib .libs/libdb_cxx-3.1.a
creating libdb_cxx-3.1.la
(cd .libs && rm -f libdb_cxx-3.1.la && ln -s ../libdb_cxx-3.1.la
libdb_cxx-3.1.la)
/bin/sh ./libtool --mode=compile cc -c -O2 -I./../dist/../include
./../dist/../db_dump185/db_dump185.c
rm -f .libs/db_dump185.lo
cc -c -O2 -I./../dist/../include ./../dist/../db_dump185/db_dump185.c -fPIC
-DPIC -o .libs/db_dump185.lo
cc -c -O2 -I./../dist/../include ./../dist/../db_dump185/db_dump185.c -o
db_dump185.o >/dev/null 2>&1
mv -f .libs/db_dump185.lo db_dump185.lo
/bin/sh ./libtool --mode=link cc -o db_dump185 db_dump185.lo
cc -o db_dump185 db_dump185.o
/bin/sh ./libtool --mode=execute true db_dump185
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_archive/db_archive.c
rm -f .libs/db_archive.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_archive/db_archive.c
-fPIC -DPIC -o .libs/db_archive.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_archive/db_archive.c -o
db_archive.o >/dev/null 2>&1
mv -f .libs/db_archive.lo db_archive.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../common/util_sig.c
rm -f .libs/util_sig.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/util_sig.c -fPIC
-DPIC -o .libs/util_sig.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/util_sig.c -o
util_sig.o >/dev/null 2>&1
mv -f .libs/util_sig.lo util_sig.lo
/bin/sh ./libtool --mode=link cc -o db_archive db_archive.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_archive db_archive.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_archive
/bin/sh ./libtool --mode=execute true db_archive
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_checkpoint/db_checkpoint.c
rm -f .libs/db_checkpoint.lo
cc -c -O2 -I. -I./../dist/../include
./../dist/../db_checkpoint/db_checkpoint.c -fPIC -DPIC -o
.libs/db_checkpoint.lo
cc -c -O2 -I. -I./../dist/../include
./../dist/../db_checkpoint/db_checkpoint.c -o db_checkpoint.o >/dev/null
2>&1
mv -f .libs/db_checkpoint.lo db_checkpoint.lo
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../common/util_log.c
rm -f .libs/util_log.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/util_log.c -fPIC
-DPIC -o .libs/util_log.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../common/util_log.c -o
util_log.o >/dev/null 2>&1
mv -f .libs/util_log.lo util_log.lo
/bin/sh ./libtool --mode=link cc -o db_checkpoint db_checkpoint.lo
util_log.lo util_sig.lo libdb-3.1.la
cc -o .libs/db_checkpoint db_checkpoint.o util_log.o util_sig.o -L.libs
-ldb-3.1 -Wl,-rpath,/usr/local/lib
creating db_checkpoint
/bin/sh ./libtool --mode=execute true db_checkpoint
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_deadlock/db_deadlock.c
rm -f .libs/db_deadlock.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_deadlock/db_deadlock.c
-fPIC -DPIC -o .libs/db_deadlock.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_deadlock/db_deadlock.c
-o db_deadlock.o >/dev/null 2>&1
mv -f .libs/db_deadlock.lo db_deadlock.lo
/bin/sh ./libtool --mode=link cc -o db_deadlock db_deadlock.lo util_log.lo
util_sig.lo libdb-3.1.la
cc -o .libs/db_deadlock db_deadlock.o util_log.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_deadlock
/bin/sh ./libtool --mode=execute true db_deadlock
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_dump/db_dump.c
rm -f .libs/db_dump.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_dump/db_dump.c -fPIC
-DPIC -o .libs/db_dump.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_dump/db_dump.c -o
db_dump.o >/dev/null 2>&1
mv -f .libs/db_dump.lo db_dump.lo
/bin/sh ./libtool --mode=link cc -o db_dump db_dump.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_dump db_dump.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_dump
/bin/sh ./libtool --mode=execute true db_dump
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_load/db_load.c
rm -f .libs/db_load.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_load/db_load.c -fPIC
-DPIC -o .libs/db_load.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_load/db_load.c -o
db_load.o >/dev/null 2>&1
mv -f .libs/db_load.lo db_load.lo
/bin/sh ./libtool --mode=link cc -o db_load db_load.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_load db_load.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_load
/bin/sh ./libtool --mode=execute true db_load
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_printlog/db_printlog.c
rm -f .libs/db_printlog.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_printlog/db_printlog.c
-fPIC -DPIC -o .libs/db_printlog.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_printlog/db_printlog.c
-o db_printlog.o >/dev/null 2>&1
mv -f .libs/db_printlog.lo db_printlog.lo
/bin/sh ./libtool --mode=link cc -o db_printlog db_printlog.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_printlog db_printlog.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_printlog
/bin/sh ./libtool --mode=execute true db_printlog
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_recover/db_recover.c
rm -f .libs/db_recover.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_recover/db_recover.c
-fPIC -DPIC -o .libs/db_recover.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_recover/db_recover.c -o
db_recover.o >/dev/null 2>&1
mv -f .libs/db_recover.lo db_recover.lo
/bin/sh ./libtool --mode=link cc -o db_recover db_recover.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_recover db_recover.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_recover
/bin/sh ./libtool --mode=execute true db_recover
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_stat/db_stat.c
rm -f .libs/db_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_stat/db_stat.c -fPIC
-DPIC -o .libs/db_stat.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_stat/db_stat.c -o
db_stat.o >/dev/null 2>&1
mv -f .libs/db_stat.lo db_stat.lo
/bin/sh ./libtool --mode=link cc -o db_stat db_stat.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_stat db_stat.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_stat
/bin/sh ./libtool --mode=execute true db_stat
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_upgrade/db_upgrade.c
rm -f .libs/db_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_upgrade/db_upgrade.c
-fPIC -DPIC -o .libs/db_upgrade.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_upgrade/db_upgrade.c -o
db_upgrade.o >/dev/null 2>&1
mv -f .libs/db_upgrade.lo db_upgrade.lo
/bin/sh ./libtool --mode=link cc -o db_upgrade db_upgrade.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_upgrade db_upgrade.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_upgrade
/bin/sh ./libtool --mode=execute true db_upgrade
/bin/sh ./libtool --mode=compile cc -c -O2 -I. -I./../dist/../include
./../dist/../db_verify/db_verify.c
rm -f .libs/db_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_verify/db_verify.c
-fPIC -DPIC -o .libs/db_verify.lo
cc -c -O2 -I. -I./../dist/../include ./../dist/../db_verify/db_verify.c -o
db_verify.o >/dev/null 2>&1
mv -f .libs/db_verify.lo db_verify.lo
/bin/sh ./libtool --mode=link cc -o db_verify db_verify.lo util_sig.lo
libdb-3.1.la
cc -o .libs/db_verify db_verify.o util_sig.o -L.libs -ldb-3.1
-Wl,-rpath,/usr/local/lib
creating db_verify
/bin/sh ./libtool --mode=execute true db_verify
===> Faking installation for db-3.1.17
Installing DB include files:
/usr/ports/databases/db/work/fake-i386/usr/local/include ...
Installing DB library: /usr/ports/databases/db/work/fake-i386/usr/local/lib
...
cp .libs/libdb-3.1.so.0.0
/usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb-3.1.so.0.0
cp .libs/libdb-3.1.lai
/usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb-3.1.la
cp .libs/libdb-3.1.a
/usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb-3.1.a
ranlib /usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb-3.1.a
chmod 644 /usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb-3.1.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
PATH="$PATH:/sbin" ldconfig -m
/usr/ports/databases/db/work/fake-i386/usr/local/lib
Installing DB C++ library:
/usr/ports/databases/db/work/fake-i386/usr/local/lib ...
cp .libs/libdb_cxx-3.1.so.0.0
/usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb_cxx-3.1.so.0.0
cp .libs/libdb_cxx-3.1.lai
/usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb_cxx-3.1.la
cp .libs/libdb_cxx-3.1.a
/usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb_cxx-3.1.a
ranlib /usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb_cxx-3.1.a
chmod 644
/usr/ports/databases/db/work/fake-i386/usr/local/lib/libdb_cxx-3.1.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
Installing DB utilities:
/usr/ports/databases/db/work/fake-i386/usr/local/bin ...
cp -fp db_dump185
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_dump185
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_archive
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_archive
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_checkpoint
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_checkpoint
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_deadlock
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_deadlock
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_dump
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_dump
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_load
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_load
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_printlog
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_printlog
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_recover
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_recover
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_stat
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_stat
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_upgrade
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_upgrade
libtool: install: warning: `libdb-3.1.la' has not been installed in
`/usr/local/lib'
cp -fp .libs/db_verify
/usr/ports/databases/db/work/fake-i386/usr/local/bin/db_verify
Installing documentation:
/usr/ports/databases/db/work/fake-i386/usr/local/share/doc/db ...
Installing samples:
/usr/ports/databases/db/work/fake-i386/usr/local/share/examples/db ...
===> Building package for db-3.1.17
Creating package /usr/ports/packages/i386/All/db-3.1.17.tgz
Using SrcDir value of /usr/ports/databases/db/work/fake-i386/usr/local
Creating gzip'd tar ball in '/usr/ports/packages/i386/All/db-3.1.17.tgz'
===> Installing db-3.1.17 from /usr/ports/packages/i386/All/db-3.1.17.tgz
----------------------------------------------------------------------------
--------------------------
root@hendrix:/usr/ports/databases/db:# ls -l /usr/local/lib/libdb*
-rw-r--r-- 1 root wheel 641 May 10 17:47 /usr/local/lib/libdb-3.1.la
-rwxr-xr-x 1 root wheel 442881 May 10 17:47
/usr/local/lib/libdb-3.1.so.0.0
lrwxr-xr-x 1 root wheel 12 May 10 17:48 /usr/local/lib/libdb-3.so ->
libdb-3.1.so
lrwxr-xr-x 1 root wheel 12 May 10 17:48 /usr/local/lib/libdb.so ->
libdb-3.1.so
-rw-r--r-- 1 root wheel 522416 May 10 17:47 /usr/local/lib/libdb3.a
-rw-r--r-- 1 root wheel 556862 May 10 17:47 /usr/local/lib/libdb3_cxx.a
-rw-r--r-- 1 root wheel 661 May 10 17:47
/usr/local/lib/libdb_cxx-3.1.la
-rwxr-xr-x 1 root wheel 568196 May 10 17:47
/usr/local/lib/libdb_cxx-3.1.so.0.0
lrwxr-xr-x 1 root wheel 16 May 10 17:48 /usr/local/lib/libdb_cxx-3.so
-> libdb_cxx-3.1.so
lrwxr-xr-x 1 root wheel 16 May 10 17:48 /usr/local/lib/libdb_cxx.so
-> libdb_cxx-3.1.so
----------------------------------------------------------------------------
---------------------
root@hendrix:/usr/ports/databases/db:# ldconfig -r | grep ldb
53:-ldb-3.1.0.0 => /usr/local/lib/libdb-3.1.so.0.0
56:-ldb_cxx-3.1.0.0 => /usr/local/lib/libdb_cxx-3.1.so.0.0
----------------------------------------------------------------------------
----------------
./configure cyrus gives
root@hendrix:~/cyrus-imapd-2.0.13:# ./configure
loading cache ./config.cache
checking host system type... i386-unknown-openbsd2.9
checking for makedepend... makedepend
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for working const... yes
checking for long file names... yes
checking for runpath switch... -R
checking for unistd.h... yes
checking for sys/select.h... yes
checking for sys/param.h... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for ftruncate... yes
checking for strerror... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for vprintf... yes
checking for db_create in -ldb-3... no
checking for db_create in -ldb... no
configure: error: this version requires Berkeley DB 3.x.
(Get it from http://www.sleepycat.com/.)
----------------------------------------------------------------------------
-----
The relevant portions of configure are:
# Check whether --with-dbdir or --without-dbdir was given.
if test "${with_dbdir+set}" = set; then
withval="$with_dbdir"
LDFLAGS="-L$withval/lib $LDFLAGS"
# this is CMU ADD LIBPATH
if test "$andrew_runpath_switch" = "none" ; then
LDFLAGS="-L$withval/lib ${LDFLAGS}"
else
LDFLAGS="-L$withval/lib $andrew_runpath_switch$withval/lib
${LDFLAGS}"
fi
if test -d $withval/include/db3; then
CPPFLAGS="-I$withval/include/db3 $CPPFLAGS"
else
CPPFLAGS="-I$withval/include $CPPFLAGS"
fi
else
# otherwise, check for /usr/include/db3
if test -d /usr/include/db3; then
CPPFLAGS="-I/usr/include/db3 $CPPFLAGS"
fi
fi
echo $ac_n "checking for db_create in -ldb-3""... $ac_c" 1>&6
echo "configure:1869: checking for db_create in -ldb-3" >&5
ac_lib_var=`echo db-3'_'db_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-ldb-3 $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1877 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char db_create();
int main() {
db_create()
; return 0; }
EOF
if { (eval echo configure:1888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
&& test -s co
nftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
#define HAVE_LIBDB 1
EOF
LIBS=" -ldb-3 ${LIBS}"
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for db_create in -ldb""... $ac_c" 1>&6
echo "configure:1911: checking for db_create in -ldb" >&5
ac_lib_var=`echo db'_'db_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-ldb $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1919 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char db_create();
int main() {
db_create()
; return 0; }
EOF
if { (eval echo configure:1930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
&& test -s co
nftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
#define HAVE_LIBDB 1
EOF
LIBS="-ldb ${LIBS}"
else
echo "$ac_t""no" 1>&6
{ echo "configure: error: this version requires Berkeley DB 3.x.
(Get it from http://www.sleepycat.com/.)" 1>&2; exit 1; }
fi
fi
-------------------------------
any ideas? Thanks for your help.
--
John Pavlakis
Technical Architect
F o r t P o i n t P a r t n e r s I n c .
Builders of Internet Solutions that Sell Harder
Main: (917) 210-9400 Direct: (917) 210-9448
Fax: (917) 210-9499
162 Fifth Avenue, Eighth Floor, New York NY 10010
jpavlakis@fortpoint.com <mailto:jpavlakis@fortpoint.com>
http://www.fortpoint.com