> You forgot to use the -a option when unzipping. > Bingo, that was indeed the problem. However, the entire library is still not compiling properly. It goes along until it tries to compile cryptlib.cpp, then we get the following:
cryptlib.cpp: In method `class string CryptoPP::NullRNG()::NullRNG::AlgorithmNam e() const': cryptlib.cpp:125: Internal compiler error in `scope_die_for', at dwarf2out.c:779 4 Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions. gmake: *** [cryptlib.o] Error 1 So, is it really a bug in the gcc compiler or is there something else wrong?
