BIC-MNI / minc-toolkit

Metaproject uniting all the available minc tools
GNU General Public License v3.0
37 stars 15 forks source link

build issue on Ubuntu 12.04 gcc version 4.6.3. i7-4770 #4

Open sorenchr2011 opened 11 years ago

sorenchr2011 commented 11 years ago

There seems to be a problem with the FFTW3F when building on the above system: ... Making all in codelets libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -fno-schedule-insns -fno-web -fno-loop-optimize --param inline-unit-growth=1000 --param large-function-growth=1000 -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -fPIC -DPIC -o n1_6.o /tmp/ccqzTbLl.s: Assembler messages: /tmp/ccqzTbLl.s:114: Error: no such instruction: `vfnmadd312ss -12(%rsp),%xmm1,%xmm3' make[8]: * [n1_6.lo] Error 1 make[7]: * [all] Error 2 make[6]: * [all-recursive] Error 1 make[5]: * [all-recursive] Error 1 make[4]: * [all-recursive] Error 1 make[3]: * [all] Error 2 make[2]: * [FFTW3F-prefix/src/FFTW3F-stamp/FFTW3F-build] Error 2 make[1]: * [CMakeFiles/FFTW3F.dir/all] Error 2 make: *\ [all] Error 2 ...