cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Failing to configure on Solaris 5.6

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 18 May 2004 09:09:25 +0200 (CEST)

On Tue, 18 May 2004, Dhiraj K wrote:

> I am trying to build curl-7.11.1 on Solaris 5.6 with Sun C compiler version
> 6.2. I am overriding gcc by setting CC env variable. While running
> ./configure it fails with an error,
>
> "checking size of curl_off_t... configure: error: cannot compute sizeof
> (curl_off_t), 77".

If you look closer in the config.log I believe you'll find out why this
happens. The sizeof test is the first test in the configure script that _runs_
a program and if one of the previosly detected libraries aren't found in the
run-time environment, you get this error.

(This should be fixed.)

-- 
     Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
      Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-05-18