On Wednesday, January 18, 2017 at 5:52:21 AM UTC-5, Andrew Marlow wrote: > > For the benefit of anyone picking up this thread I would like to point out > that the problem was due to a compiler bug in the sun 12.4 compiler. On > moving to version 565 of cryptopp and using the 12.5 compiler this problem > went away. >
Here's a quote by Dr. Gutmann that always makes me laugh. He's talking about Cryptlib, which is his crypto library. It was one of the earliest free and open libraries (http://cryptlib.mbsks.franken.narkive.com/PCehp90Q/use-cc-instead-of-gcc#post2): There's a historic reason for cryptlib's attempt to use gcc if at all possible, which was that commercial vendors have traditionally shipped truly ghastly C compilers (or, in Sun's case, a non-C compiler that pretended to be a compiler so you had to use all sorts of trickery to determine whether there was a real compiler present or not). Jeff -- -- 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.
