compiling crypto++ with mingw

I want to get this library working with mingw but am struggling when compiling the library. I've cd to the folder where crypto++ was extracted and ran mingw32-make all but I get this:


process_begin: CreateProcess(NULL, uname, ...) failed.
process_begin: CreateProcess(NULL, uname, ...) failed.
process_begin: CreateProcess(NULL, uname, ...) failed.
g++ -g -mbnu210 -c 3way.cpp
cc1plus.exe: error: unrecognized command line option "-mbnu210"
mingw32-make: *** [3way.o] Error 1

Anyone know how to get this working?
Topic archived. No new replies allowed.