When I try to compile phalcon's latest version (1.3.2) I receive this error message:
/bin/bash /home/poplix/cphalcon/build/64bits/libtool --mode=compile gcc -I. -I/home/poplix/cphalcon/build/64bits -DPHP_ATOM_INC -I/home/poplix/cphalcon/build/64bits/include -I/home/poplix/cphalcon/build/64bits/main -I/home/poplix/cphalcon/build/64bits -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -finline-functions -fomit-frame-pointer -fvisibility=hidden -c /home/poplix/cphalcon/build/64bits/phalcon.c -o phalcon.lo libtool: compile: gcc -I. -I/home/poplix/cphalcon/build/64bits -DPHP_ATOM_INC -I/home/poplix/cphalcon/build/64bits/include -I/home/poplix/cphalcon/build/64bits/main -I/home/poplix/cphalcon/build/64bits -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -finline-functions -fomit-frame-pointer -fvisibility=hidden -c /home/poplix/cphalcon/build/64bits/phalcon.c -fPIC -DPIC -o .libs/phalcon.o /tmp/cc5rXNVg.s: Assembler messages: /tmp/cc5rXNVg.s:296193: Error: no such instruction: `vfmadd312sd .LC2042(%rip),%xmm0,%xmm1' make: *** [phalcon.lo] Error 1
What Can I do?