cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl Embedded Linux

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 29 Jun 2007 00:21:35 -0700

On Fri, Jun 29, 2007 at 05:31:00PM +1200, Chris Brown wrote:
> Thanks for your quick reply.
>
> Based on your advice and the comments you made I have tried again to run
> configure and cross compile for the MIPS system (I also installed OpenSSL).
> I have run configure as follows:
>
> [root_at_localhost curl-7.16.2]# ./configure --with-ssl=/usr/local/ssl
> --enable-cookies --enable-http --prefix=/chris/curlmv
> --host=/opt/hardhat/devkit/mips/fp_le/bin/mips_fp_le --build=mips_fp_le

I don't believe the --host option support path names. Try the following
instead:

  env PATH="/opt/hardhat/devkit/mips/fp_le/bin:$PATH" ./configure \
  --with-ssl=/usr/local/ssl --enable-cookies --enable-http \
  --prefix=/chris/curlmv --host=mips_fp_le-linux

>>> Dan

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