If you're trying to build from source on Ubuntu and you're getting stuck at the following message when trying to run "make"....
" E:MinGWlibliboleaut32.a: No such file or directory"
replace the LIBS line in your makefile with the following....
LIBS = $(SUBLIBS) -L/usr/lib/i386-linux-gnu -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lpthread -lQtGui -lQtCore
More info regarding this at https://bitcointalksearch.org/topic/m.2145145
Once that was done, the upgraded version is running smoothly for me. Thanks fisheater!
Thanks TreasureSeeker, I checked in a corrected version, hopefully in the future will have no issues.