cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: How to Configure Curl to resolve hugefile build failure

From: Dantzler, DeWayne C <dewayne.c.dantzler_at_boeing.com>
Date: Mon, 19 Oct 2009 20:50:22 -0700

Thanks

But I would feel a whole lot more comfortable if I was able to get a clean configure and build. The object hugehelp.o does exist in the same directory as the other *.o files, so why is build unable to locate it?

DeWayne Dantlzer
206-544-3658

-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se [mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Monday, October 19, 2009 1:36 PM
To: libcurl development
Subject: Re: How to Configure Curl to resolve hugefile build failure

On Mon, 19 Oct 2009, Dantzler, DeWayne C wrote:

> How do I resovle the reference to hugehelp? Is this a configurable
> option or do I need to run configure with a specific switch or specify
> a certain library?

You shouldn't need to do anything. That function is present in src/hugehelp.c that is compiled and linked with curl by default. Note that you don't at all need it for libcurl, only for the curl tool.

There's a configure --disable-manual too, but all that does is generate a tiny src/hugehelp.c file with an empty hugehelp() function.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-20