I am having problem to cross compile the php-cgi for powerpc 83xx.
I'm using:
export CROSS_COMPILE=powerpc-83xx-linux-uclibc-
export CC=${CROSS_COMPILE}"gcc"
export CXX=${CROSS_COMPILE}"g++"
./configure --host=ppc-linux --target=ppc --enable-cli --enable-cgi
--disable-short-tags --disable-all
But when I run make presents the error:
/home/digitel/Documentos/Downloads/php-5.3.3/ext/standard/php_crypt_r.c:100:
undefined reference to `membar_producer'
/home/digitel/Documentos/Downloads/php-5.3.3/ext/standard/php_crypt_r.c:101:
undefined reference to `atomic_add_int'
collect2: ld returned 1 exit status
make: ** [sapi/cgi/php-cgi] Erro 1
PLEASE HELP!!!
Original issue reported on code.google.com by dougzanc...@gmail.com on 21 Oct 2010 at 1:33
Original issue reported on code.google.com by
dougzanc...@gmail.com
on 21 Oct 2010 at 1:33