On Mon, 24 Nov 2003 15:15:52 -0800, Paulo Jorge de Oliveira Cantante de Matos muttered:
> Hi all,
> 
> 
> I'm reading the OpenGL Programming Guide, latest edition. I've been able
> to check that after compiling OpenGL code and running it with GDB 6.0,
> an error will arise. In particular, select any OpenGL program from the
> book. Try the following:
...
> (gdb) run
> Starting program: /home/pmatos/ist/mvt/labs/openglbk-edit/wrap
> [Thread debugging using libthread_db enabled]
> [New Thread 16384 (LWP 5583)]
>  
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 16384 (LWP 5583)]
> 0x406567ff in _mesa_test_os_sse_exception_support ()
>    from /usr/X11R6/lib/modules/dri/radeon_dri.so
> (gdb)

Do any OpenGL programs run? This looks like you've added SSE support on an
architecture that doesn't support it. Try recompiling X11 with USE=-sse and
see if that fixes it.

-- 
Andrew Farmer
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to