Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11498 invoked by uid 1010); 20 Jan 2007 19:23:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11483 invoked from network); 20 Jan 2007 19:23:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2007 19:23:42 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:52986] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/99-38163-D3C62B54 for ; Sat, 20 Jan 2007 14:23:42 -0500 Received: (qmail 12660 invoked from network); 20 Jan 2007 19:22:00 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 20 Jan 2007 19:22:00 -0000 Message-ID: <45B26C36.20402@zend.com> Date: Sat, 20 Jan 2007 22:23:34 +0300 User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: Kiran Malla CC: internals@lists.php.net References: <613590910701192252t766f9831w1085e5450fa7e7ea@mail.gmail.com> In-Reply-To: <613590910701192252t766f9831w1085e5450fa7e7ea@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP Cross Compilation for Arm From: antony@zend.com (Antony Dovgal) On 01/20/2007 09:52 AM, Kiran Malla wrote: > Hello, > > I am trying to cross compile PHP-5.2.0 for arm linux. > > # export CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc > # export AR=/usr/local/arm/3.3.2/bin/arm-linux-ar > # export LD=/usr/local/arm/3.3.2/bin/arm-linux-ld > # export NM=/usr/local/arm/3.3.2/bin/arm-linux-nm > # export RANLIB=/usr/local/arm/3.3.2/bin/arm-linux-ranlib > # export STRIP=/usr/local/arm/3.3.2/bin/arm-linux-strip > > # ./configure --host=arm-linux --sysconfdir=/etc/appWeb > --with-exec-dir=/etc/appWeb/exec > > Result of this configure is, > . > . > . > > Checking for iconv support... yes > checking for iconv... no > checking for libiconv... no > checking for libiconv in -liconv... no > checking for iconv in -liconv... no > configure: error: Please reinstall the iconv library. > > I have installed libiconv-1.11 on my system. The command 'which iconv' shows > '/usr/local/bin/iconv'. > I have no clue why configure is failing due to missing iconv. config.log should have some more information. Though, I guess the reason is that you're using i386 libiconv in ARM build. -- Wbr, Antony Dovgal