chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

PHP-CGI Problem #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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:34

GoogleCodeExporter commented 9 years ago
Not a Mongoose issue.

Original comment by valenok on 22 Oct 2010 at 6:39

GoogleCodeExporter commented 9 years ago
Not a Mongoose issue.

Original comment by valenok on 22 Oct 2010 at 6:41

GoogleCodeExporter commented 9 years ago
Issue 194 has been merged into this issue.

Original comment by valenok on 22 Oct 2010 at 7:10