On Fri, 2005-09-30 at 09:29 +1000, Erik de Castro Lopo wrote:

> Many OSes support both 32 and 64 bit executables. To know
> which type your executable is, you should also print 
> sizeof(void*) which will always be 8 in a 64 bit executable
> and 4 in a 32 bit executable.

mmm. Not entirely true. 64 bit can mean 64 bit pointers, 64 bit
integers, or even just 64 bit opcodes. 

I'd try 64-bit sparc, ia-64 and amd-64 in 64 bit mode for comparison.

Rob

-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to