cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: A cross-compile problem

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 28 Sep 2006 16:48:08 -0700

On Thu, Sep 28, 2006 at 07:02:59PM -0400, Sid Chang wrote:
> hi,
> I'm using Sigma Designs SMP8634 board with MIPS "4KeC" processor and uclinux
> (2.4.30).
> Cross-compiling cURL from a RedHat 9.0, I had problem specifying target/host
> and got error running cfg.sh.
> I think I need some enlightenment on this one.

Have you read the INSTALL file? Try this simplified script:

#!/bin/sh
export PATH=$PATH:/root/work/toolchain/bin
./configure \
         --host=mipsel-linux \
         --prefix=/usr/curl \
         --disable-ares \
         --disable-cookies \
         --disable-crypto-auth \
         --disable-ipv6 \
         --enable-hidden-symbols \
         --without-libidn \
         --with-random=/dev/urandom

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2006-09-29