Hi, I had dificulties with original GNUmakefile on my Solaris SPARC box with SunStudio 12.2. Compile went fine (with a lot of warnings) but cryptest.exe v failed with bus error on SHA-255 test.
Following change off CXXFLAGS fixed the problem : CXXFLAGS = -DNDEBUG -O -g0 -xmemalign=8i -template=no%extdef $ (M32OR64) System configuration is the following : uname -a SunOS unknown0003ba86287b 5.10 Generic_142909-17 sun4u sparc SUNW,Sun- Blade-1500 CC -V CC: Sun C++ 5.11 SunOS_sparc 2010/08/13 I know that my configuration is not listed as supported and verified one, so I hope that this might help to someone else. Cheers ! Robos -- 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.
