in reply to Re^2: Installing DB_File on Windows
in thread Installing DB_File on Windows
What I did last time was download zip version, unzip, start msys and
Then switch back to cmd.execd db-4.7.25/build_unix sh ../dist/configure make
cd ../perl/DB_File perl -pi.orig -e "s!^(INCLUDE|LIB)\s.*!$1\t= ../../build_unix/!" confi +g.in perl Makefile.PL dmake test dmake install
|
|---|