Hi
I've been having problems installing phalcon lately. It happened on a Centos 6.5 and then on a Centos 6.6.
PHP ver is 7.0.14 gcc ver is 4.4.7
The error I'm getting is this:
config.status: executing libtool commands
/bin/sh /root/cphalcon/build/php7/64bits/libtool --mode=compile gcc -I. -I/root/cphalcon/build/php7/64bits -DPHP_ATOM_INC -I/root/cphalcon/build/php7/64bits/include -I/root/cphalcon/build/php7/
64bits/main -I/root/cphalcon/build/php7/64bits -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
-DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native -mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden -c /root/cphalcon/build/php7/64bits/phalcon.zep.c -o phalcon.lo
libtool: compile: gcc -I. -I/root/cphalcon/build/php7/64bits -DPHP_ATOM_INC -I/root/cphalcon/build/php7/64bits/include -I/root/cphalcon/build/php7/64bits/main -I/root/cphalcon/build/php7/64bits
-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DPHALCON_RELEASE -DHAVE_CONFIG_H -march=native
-mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden -c /root/cphalcon/build/php7/64bits/phalcon.zep.c -fPIC -DPIC -o .libs/phalcon.o
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See https://bugzilla.redhat.com/bugzilla for instructions.
make: *** [phalcon.lo] Error 1
Now, I've searched and found that this could happen because of low memory during compilation, but the 6.6 machine is brand new, had 1GB free memory when I was installing. I also tried compiling from cphalcon/ext but it threw a different error.
What could be the problem?