curl-library
Re: Cross-compiling libcurl for an embedded platform using lwip
Date: Wed, 29 Feb 2012 10:43:03 +0100
Mason wrote:
> I'm trying to cross-compile libcurl for an embedded platform
> where the typical "BSD socket" functions are stored in a
> static library as lwip_gethostbyname, lwip_connect, etc
> (provided by lwip).
>
> I'm still trying to run the configure script successfully.
>
> It seems I can prevent the configure script from testing
> for gethostbyname by exporting
>
> export ac_cv_func_gethostbyname=yes
>
> Is that correct?
>
> However, I don't see the same thing for connect.
No one has commented on this particular aspect of the problem.
Is it an merely an oversight that one may define
ac_cv_func_gethostbyname=yes
to skip the detection of gethostbyname, but there is no such
method to skip the detection of connect?
-- Regards. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2012-02-29