I have been trying use gdb to analyze/debug pokenum 
with little success.
 
I finally found this solution on the internet.

The solution is, instead of running

gdb pokenum

run,

libtool --mode=execute gdb pokenum

very simple, very easy.

or if you wish to use ddd run,

libtool --mode=execute ddd pokenum

The reason for this is that executables in the 
the poker-eval-136.0 release are generated with libtool.

I assume this is true of all the other releases.

By the way, the GUI interfaces for gdb that I know of are:

ddd, xxgdb, insight, kdbg

By the way, this pokerer code is awsome.



_______________________________________________
Pokersource-users mailing list
Pokersource-users@gna.org
https://mail.gna.org/listinfo/pokersource-users

Reply via email to