cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: release countdown

From: Tor Arntsen <tor_at_spacetec.no>
Date: Thu, 18 Mar 2004 09:25:31 +0100

On Mar 18, 9:19, I wrote:
>[..] IRIX supports 3 different executable/object formats, -32, -n32 and -64.
>-n32 is default 32-bit format, -32 is the "old" 32-bit format, and -64 is
>the 64-bit format. Libraries for the different formats are in lib, lib32
>and lib64 respectively.[...]

I should be a bit more precise here. When compiling with -32 you get the
'old' 32-bits format, these libs are in lib/ (/lib, /usr/lib, /usr/freeware/lib
and so on), when compiling with -n32 or with no flags specified you'll get
the 'new' 32-bit format and these libs are in lib32 (/lib32, /usr/lib32 etc.)
and finally when compiling with -64 the directory is lib64.

-Tor
Received on 2004-03-18