I'm trying migrate to phalcon 2.0, but when I execute ./install in build I got this error:
/bin/bash /home/cphalcon/build/64bits/libtool --mode=compile gcc -I. -I/home/cphalcon/build/64bits -DPHP_ATOM_INC -I/home/cphalcon/build/64bits/include -I/home/cphalcon/build/64bits/main -I/home/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/cphalcon/build/64bits/phalcon.zep.c -o phalcon.lo
libtool: compile: gcc -I. -I/home/cphalcon/build/64bits -DPHP_ATOM_INC -I/home/cphalcon/build/64bits/include -I/home/cphalcon/build/64bits/main -I/home/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/cphalcon/build/64bits/phalcon.zep.c -fPIC -DPIC -o .libs/phalcon.o
/home/cphalcon/build/64bits/phalcon.zep.c: Assembler messages:
/home/cphalcon/build/64bits/phalcon.zep.c:13444: Error: incorrect register %edi' used with
q' suffix
/home/cphalcon/build/64bits/phalcon.zep.c:13448: Error: incorrect register %edi' used with
q' suffix
make: *** [phalcon.lo] Error 1
Anyone know how resolve this?