curl-users
Re: New to cURL
Date: Sun, 13 Aug 2000 11:42:39 +0200 (MET DST)
On Sat, 12 Aug 2000, Claude Cormier wrote:
> However, in the "make" step, I am getting the following error:
>
> url.c:87: #error "We can't compile without vprintf() support"
>
> It looks like the c compiler on this machine doesn't support that
> function. I made sure to set the variable CC=cc , but to know avail.
This shows that the configure script couldn't detect a working version of
vprintf(). Curl is dependent on such a function and thus you cannot compile
curl.
There are a few ways to solve this problem:
1. Get gcc and compile using that
2. Get a binary, already compiled, package and go with that
3. Correct the source code to use the mprintf.c functions instead, as they do
contain a vprintf(). The dependence on a external vprintf() is a mistake.
-- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`olReceived on 2000-08-13