First of all you may try to disable 3d support in gnubg:
./configure --without-board3d && make secondly you may try reproducing the error while running under the gnu debugger (gdb) A) install gdb B) run the following command in the gnubg src directory gdb ./gnubg B1) at the prompt in gdb type run B2) when your program crashes gdb returns with a prompt where you type bt and then attach the output of this command to a mail to both me and the bug-gnubg list. Christian. _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
