Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-06-12 Thread The Rasterman
On Mon, 19 Apr 2004 11:39:35 +1200 Dale Anderson <[EMAIL PROTECTED]> babbled: > Hi All > > Just wondering if anyone else is having issues with evas built with > --enable-mmx on a k6-2 box. > I got an illegal instruction running evas_software tests and run it > through gdb

[E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-24 Thread Dale Anderson
Hi All Just wondering if anyone else is having issues with evas built with --enable-mmx on a k6-2 box. I got an illegal instruction running evas_software tests and run it through gdb , it appears for some reason the SIGILL isnt being recognised/caught when testing for mmx2 on launch. Cheers Dale

Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-21 Thread Antonio Palladini
Am 19.04.2004 01:44:17 schrieb(en) Dale Anderson: Just wondering if anyone else is having issues with evas built with --enable-mmx on a k6-2 box. With the latest CVS (19.04.2004 19:20 CET) it works :) (K6 2 + kernel 2.6.5) -- Regards Antonio

Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Dale Anderson
Ahhh neat :) /me resync's Cheers Dale. On Mon, 2004-04-19 at 13:33, Carsten Haitzler wrote: > On Mon, 19 Apr 2004 12:13:00 +1200 Dale Anderson <[EMAIL PROTECTED]> > babbled: > > > NP I had specifically disabled to get around it anyhow ...works fine > > without mmx enabled ...just hadnt seen i

Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread The Rasterman
On Mon, 19 Apr 2004 12:13:00 +1200 Dale Anderson <[EMAIL PROTECTED]> babbled: > NP I had specifically disabled to get around it anyhow ...works fine > without mmx enabled ...just hadnt seen it mentioned on the list and was > wondering wether it kernel related or not :) actua

Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Dale Anderson
NP I had specifically disabled to get around it anyhow ...works fine without mmx enabled ...just hadnt seen it mentioned on the list and was wondering wether it kernel related or not :) Cheers Dale. On Mon, 2004-04-19 at 12:03, Carsten Haitzler wrote: > On Mon, 19 Apr 2004 11:44:17 +1200 Dale An

Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread The Rasterman
On Mon, 19 Apr 2004 11:44:17 +1200 Dale Anderson <[EMAIL PROTECTED]> babbled: > Hi All > > Just wondering if anyone else is having issues with evas built with > --enable-mmx on a k6-2 box. > I got an illegal instruction running evas_software tests and run it > through gdb

Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Stafford Horne
Dale, This is normal behavior. TO test for hardware support of instructions evas will execute them and catch the SIGILL to see if it can really support the instruction. If you think this is crashing you program.. try to continue in gdb its should not be the cause of the crash. Stafford On Mon,

[E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-18 Thread Dale Anderson
Hi All Just wondering if anyone else is having issues with evas built with --enable-mmx on a k6-2 box. I got an illegal instruction running evas_software tests and run it through gdb , it appears for some reason the SIGILL isnt being recognised/caught when testing for mmx2 on launch. Cheers Dale