cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Curl Embedded Linux

From: Chris Brown <christopherbrown_at_paradise.net.nz>
Date: Sat, 30 Jun 2007 08:58:58 +1200

Thanks for that.

That seems to have resolved the problem finding 'mips_fp_le-ar' and
'mips_fp_le-strip' although it still errors at the following point:

checking curl version... 7.16.2
checking build system type... Invalid configuration `mips_fp_le': machine
`mips_fp_le' not recognized
configure: error: /bin/sh ./config.sub mips_fp_le failed

Can anyone offer any further suggestions?

Chris

-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Dan Fandrich
Sent: Friday, 29 June 2007 7:22 p.m.
To: curl-library_at_cool.haxx.se
Subject: Re: Curl Embedded Linux

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
__________ NOD32 2363 (20070629) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
Received on 2007-06-29