I am trying to use gdb to debug/analyze pokenum.
 
poker-eval-136.0/examples/pokenum.c is used to create pokenum the
executale.  The Makefile compiles everything in examples with the -g
flag.

When I issue the command "gdb pokenum" returns:

poker-eval-136.0/examples/pokenum": not in executable format: File
format not recognized

---------- showing that pokenum is executable ---------
pokenum -i

followed by typing the following strings to stdin 

  -t -h Ac 7c - 5s 4s - Ks Kd
  -t -h Ac 7c - 5s 4s - Ks Kd -- 7h 2c 3h
  -t -h Ac 7c - 5s 4s - Ks Kd -- 7h 2c 3h 4d
  -t -mc 10000 -l27 5h 4h 3h / 5s Qd - 9s 8h 6d / Ks Kh

produce

EV 3: 0.275157 0.199200 0.525643
EV 3: 0.139535 0.289037 0.571429
EV 3: 0.119048 0.214286 0.666667
EV 2: 0.588700 0.411300

----------end of showing pokenum does execute -----

When I issue the following:

gdb pokenum

I get the output:

poker-eval-136.0/examples/pokenum": not in executable format: File
format not recognized

I created a test.c file and compiled it with:

g++ -g testing.c -o testing

and used

gdb testing

with no problems.

Anybody have any suggestions?

thanks!






_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to