cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: TODO-RELEASE

From: Jamie Lokier <jamie_at_shareable.org>
Date: Fri, 22 Aug 2008 19:41:57 +0100

Yang Tse wrote:
> HP-UX B.11.23 [64bit]
> ---------------------
> CURL_SIZEOF_LONG 8
> CURL_SIZEOF_CURL_OFF_T 8
> SIZEOF_OFF_T 8
>
> HP-UX B.11.23 [32bit]
> ---------------------
> CURL_SIZEOF_LONG 4
> CURL_SIZEOF_CURL_OFF_T 8
> SIZEOF_OFF_T 8

I guess GNU/Linux is similar now, with -m32 / -m64 modes.

But they use separate library paths so they're more like separate
systems. We hope :-)

Doesn't HP-UX use separate library and header paths for 32bit
vs. 64bit mode? After all, 64bit code can't successfully link to
32bit code and vice versa - can it?

-- Jamie
Received on 2008-08-22