bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] (compile) error: 0.90* and latest SNAPSHOTs won't build


From: Christian Anthon
Subject: Re: [Bug-gnubg] (compile) error: 0.90* and latest SNAPSHOTs won't build with 3d-board on gentoo
Date: Mon, 19 Jan 2009 23:03:28 +0100

Hi,

we may not be able to solve this, but since you are running ppc/gentoo
I'm guessing that you are an adventurous type. So here is a few thing
you can try:

First of all I suggest that you go with the latest snapshot or the
0.15 version, that will make it easier for us to help you track the
problem.

The sse problem is likely caused by not running configure before make
(sse doesn't exist under ppc). Otherwise try to run configure as
./configure --disable-sse, and follow Michael's advice on the make
procedure as well.

Getting a backtrace from the crash(es) will help us find the problem.
So install gdb, check that you have -g or -ggdb in your CFLAGS, and
then run gnubg through gdb (gnubg should be installed first)

gdb gnubg

and in the prompt type

run --sync

and after the crash type

backtrace

and then send us the output, and we'll see if the crash is caused by
something within our control.

Christian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]