<br><br><div class="gmail_quote">On Fri, Nov 13, 2009 at 11:08 AM, cal <span dir="ltr">&lt;<a href="mailto:cal@graggrag.com">cal@graggrag.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Peter Geirnaert wrote:<br>
&gt;[ ... ]<br>
<div class="im">&gt; /usr/lib/gcc/i486-linux-gnu/4.3.3/include/xmmintrin.h:35:3: error:<br>
&gt; #error &quot;SSE instruction set not enabled&quot;<br>
<br>
</div>A google ... &lt;<a href="http://polywogsys.livejournal.com/2007/04/01/" target="_blank">http://polywogsys.livejournal.com/2007/04/01/</a>&gt;<br>
<br>
Try adding -msse to the compiler flags. I can&#39;t remember whether you&#39;re running<br>
32 or 64 bit. If you&#39;re 64 bit, set X86_64_BUILD ON and add -msse to X86_64_OPTS.<br>
If 32 bit, set X86_64_BUILD OFF and add -msse to X86_OPTS. And good luck.<br></blockquote><div> </div></div>I&#39;m using AVLinux, and that&#39;s 32 bit only, or I am wrong, anyway, here it&#39;s i686 (32 bit).<br>(maybe I have the wrong gcc installed, for i486 instead of for i686, or is it the same?)<br>

<br>X86_OPTS already has -msse. ???<br><br>This is what it shows after ccmake . :<br>[...]<br> X86_64_BUILD                     OFF                                                                                                      <br>

 X86_64_OPTS                      -O3 -march=athlon64 -m64 -Wall -ffast-math -fno-finite-math-only -fomit-frame-pointer                    <br> X86_OPTS                         -O3 -march=native -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer <br>

<br>Anything else I could try ?<br>