cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl and android

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 23 Jun 2010 11:28:16 -0700

On Wed, Jun 23, 2010 at 07:57:03PM +0200, Jean-Bernard Collet wrote:
> Thank you for your help ;)
>
> I've tryed this command without success, based on several research on the web
> and the instructions provided by the Android.mk file :

A couple things I noticed in your configure script:

- you're missing the -isystem flags
- the -W flags should go in CFLAGS instead of CPPFLAGS
- -MD should not be included at all
- you're missing the -L options
- you may also need the -Wl,-rpath-link options

Otherwise, you've got the idea. I did warn it wasn't easy :-} If you still have
problems, take a look at the config.log file which should give some clues as
to what is still needed.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-06-23