On Friday, July 31, 2015 at 4:23:56 AM UTC-4, Ilya Bizyaev wrote: > > 1) Install MinGW-32 with GCC 4.8.1, as in my case. Seems to be the latest > MinGW-32. Don't forget about MSYS. > 2) Run *gdb --args ./cryptest.exe v *or *gdb --args ./cryptest.exe tv all > *in MSYS console > 3) Finally, execute *run *in GDB console. You'll see the program output > till the crash and the crash information. > 4) Type *backtrace *to get the stack trace. > 5) After all, type *kill* and *quit *to stop debugging. > 6) Profit! >
What is the output of `uname -a`? What is the output of `g++ -v`? How did you build the library? What does a typical compile command look like; and what does the link command look like? 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.
