Looks like a compiler bug to me, although I have been able to compile Crypto++ 5.0 with GCC 2.95.2 on one of the SourceForge compile farm machines, so it might be something specific to the GCC for your platform. Try upgrading it.
On Tue, Oct 01, 2002 at 02:14:11PM -0500, Chris Bourke wrote: > > > 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?
