----- Original Message ----- From: "Stephen Zander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 10:14 PM Subject: integer.cpp and g++ 3.2 in Crypto++ 5.0
| | The following from integer.cpp in Crypto++ 5.0 chokes, complaining | about not being able to find a register in class `GENERAL_REGS' while | reloading `asm' | | [snip] | | Any suggestions other than conditonalising this code for gcc < 3.2? | | -- | Stephen | | They that can give up essential liberty to obtain a little temporary | safety deserve neither liberty nor safety -- Benjamin Franklin % Hello Stephen, Is it possible for you to use an earlier version of gcc? I have had no problems with 2.4 kernels and gcc version 2.95.3 and 2.96. If I recall, some of the later gcc's (3.1) can cause problems. Searching google for 'crypto++ gcc' may also prove useful. Jeff [EMAIL PROTECTED]
