<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
&gt;&gt; If you could provide us more information of why your gcc doesn&#39;t<br>
&gt;&gt; understand -mavx that would be useful. Is gcc really 4.7 as cmake prints?<br>
&gt;&gt; Gcc 4.7 should support 4.7 thus this is confusing. How did you obtain gcc?<br>
&gt;&gt; Is it from your distribution (if so which one) or did you download and<br>
&gt;&gt; compile gcc yourself? If so how?<br>
&gt;&gt;<br>
&gt;<br>
</div><div class="im">&gt; Yes, its the precompiled gcc 4.7 from Fedora 17 86_64 repositories.<br>
</div>That odd. Anyone has access to Fedora 17 and can try to reproduce<br>
this? It seems it would be really nice to have more distributions on<br>
Jenkins.<br>
<div class="im"><br>
&gt;<br>
&gt; Both command lines failed. cmake is looking for a file a library named<br>
&gt; &quot;libfftw3f&quot; which does not exist in my fftw installation. What configure<br>
&gt; options do you use to compile fftw?<br>
</div>You probably compiled fftw without &quot;--enable-float&quot;. You can also use<br>
the fftw library without sse from before. It will work it just isn&#39;t<br>
won&#39;t be quite as fast.<br>
<br></blockquote><div><br>Actually I did. This is the command line I used the last time:<br><br>./configure --enable-float --enable-threads --prefix=`pwd`/single_precision_installation_dir --enable-sse <br><br>Here&#39;s the list of files in my fftw installation directory matching the pattern &quot;libfftw3f&quot;. I couldn&#39;t find any &quot;libfftw3f.so&quot; as the error says.<br>
<br>$ find ../fftw-3.3.2/single_precision_installation_dir/ -wholename &quot;*libfftw3f*&quot;<br>../fftw-3.3.2/single_precision_installation_dir/lib/<a href="http://libfftw3f_threads.la">libfftw3f_threads.la</a><br>../fftw-3.3.2/single_precision_installation_dir/lib/<a href="http://libfftw3f.la">libfftw3f.la</a><br>
../fftw-3.3.2/single_precision_installation_dir/lib/libfftw3f_threads.a<br>../fftw-3.3.2/single_precision_installation_dir/lib/libfftw3f.a<br></div></div>