# Gavin Andresen # 2011-11-27 20:23:56 # https://bitcointalk.org/index.php?topic=53000.msg632217#msg632217 How did you build Berkeley DB? Something like this in the MSYS shell: @p{brk} sh ./dist/configure -enable-cxx -enable-mingw @p{par} ... should do the trick (see @p{(link}this thread@p{link)}, for example). @p{par} I'm no longer develop on Windows, but I had to be very careful to make sure bdb/boost/miniupnpc/openssl/Qt were all compiled with the same compiler and compatible options (e.g. -arch i386 versus -arch x86_64) to successfully compile bitcoind and Bitcoin-Qt on my Mac.