cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
compiling crypto++ with mingw
compiling crypto++ with mingw
Nov 22, 2012 at 7:02pm UTC
rozick1
(218)
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.