cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: TODO-RELEASE

From: Yang Tse <yangsita_at_gmail.com>
Date: Tue, 26 Aug 2008 15:54:26 +0200

2008/8/22, Jamie Lokier wrote:

> 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?

AFAIK For system libraries HP-UX does use different paths for the
binariy objects. But for system header files it uses the same files
for both 32 and 64bit modes, obviously sprinkled with conditional
preprocessor defines all over.

-- 
-=[Yang]=-
Received on 2008-08-26