> The noisy compile below looks like another MinGW bug. You should probably > report it, too. > > $ make CXXFLAGS="-DNDEBUG -O1 -fPIC" > WARNING: CRYPTOPP_NO_UNALIGNED_DATA_ACCESS is not defined in config.h > g++ -DNDEBUG -O1 -fPIC -c 3way.cpp > 3way.cpp:1:0: warning: -fPIC ignored for target (all code is position > independen > t) [enabled by default] > // 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c > ^ > g++ -DNDEBUG -O1 -fPIC -c adler32.cpp > adler32.cpp:1:0: warning: -fPIC ignored for target (all code is position > indepen > dent) [enabled by default] > // adler32.cpp - written and placed in the public domain by Wei Dai > ^ > ... >
This was reported: "Issue #2267 Forcing -fPIC creates spurious warning output", https://sourceforge.net/p/mingw/bugs/2267/ . You should probably take the time to report the crash. I don't have the time to work with them on it, so I'm going to defer on the report. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
