|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-01-27 14:18 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Package: *General Issues
+Package: Compile Failure
-Assigned To:
+Assigned To: cmb
[2020-01-27 14:18 UTC] cmb@php.net
[2020-02-09 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 01:00:02 2025 UTC |
Description: ------------ Hi guys, I have crossed compile PHP-5.5.9. Unfortunately, I got some errors during crossing compile. The errors said : Makefile:574: recipe for target 'ext/standard/dns.lo' failed I don't know this message means.Please help me , thanks. Here is the android-configure. It's a bash script file #!/bin/bash export TOOLCHAIN=/home/lab501/android-toolchain export PATH=$TOOLCHAIN/bin:$PATH export CC=$TOOLCHAIN/bin/arm-linux-androideabi-gcc export CXX=$TOOLCHAIN/bin/arm-linux-androideabi-g++ export AR=$TOOLCHAIN/bin/arm-linux-androideabi-ar export LD=$TOOLCHAIN/bin/arm-linux-androideabi-ld export RANLIB=$TOOLCHAIN/bin/arm-linux-androideabi-ranlib ./configure \ --host=arm-linux-androideabi \ --target=arm \ -prefix=/home/lab501/php-5.5.9/_install \ --with-iconv=/home/lab501/libiconv-1.14/_install \ --with-libxml-dir=/home/lab501/libxml2-2.7.6/_install \ --enable-simplexml \ --enable-libxml \ --enable-sockets \ --enable-fpm \ --without-zlib \ --without-pear \ --disable-mbregex \ Here is the screenshot during crossing compile PHP-5.5.9 when I got some error messages. http://imgur.com/lZK7KRP