Skip to content

Makefile:574: recipe for target 'ext/standard/dns.lo' failed during crossing compile PHP-5.5.9 #1750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

peter279k
Copy link
Contributor

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.

unnamed

@Tyrael
Copy link
Contributor

Tyrael commented Feb 3, 2016

hi,
please use https://bugs.php.net/ for reporting issues

@Tyrael Tyrael closed this Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants