After install Phalcon and add the extension file i navigate to:
/cphalcon/build/64bits#
after that i do:
./configure --enable-phalcon
and i got this error:
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... no
configure: error: in /cphalcon/build/64bits': configure: error: C compiler cannot create executables See
config.log' for more details
Its Debian 8.2 x64, php5.6, nginx
What i am doing wrong ?