 
    
    
    db-2.7.7
Comments:
Download:
db-2.7.7-cygwin-pre21.README
unpack db-2.7.7.tar.gz
cd db-2.7.7/
patch -p1 < ../db-2.7.7-cygwin-pre21.patch
CFLAGS=-I/usr/local/include LIBS=-L/usr/local/lib \
CPPFLAGS=-I/usr/include/g++-3 ../dist/configure \
--enable-cxx --enable-compat185 --enable-test --prefix=/usr/local   \
--bindir=/usr/local/bin --includedir=/usr/local/include            \
--libdir=/usr/local/lib --mandir=/usr/local/man
make
Install by hand; make install ignores config options
  /usr/local/bin:
    db_stat.exe        db_printlog.exe    db_recover.exe 
	 db_dump.exe        db_load.exe        db_archive.exe
	 db_checkpoint.exe  db_deadlock.exe    dbtest.exe
  /usr/local/lib
    libdb.a
  /usr/local/include
    db.h   db_185.h   db_cxx.h
  /usr/local/doc/BerkeleyDB/*  <<<<< from <SRC>/doc/*
    
Obsolete V1.1 Home
Obsolete CygUtils Home
Last modified: Sat Feb 05 21:10:10  2000