Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 19:12:10 +0000 (UTC)
From:      naddy@mips.inka.de (Christian Weisgerber)
To:        freebsd-ports@freebsd.org
Subject:   Re: reason for failure of biology/nab on alpha
Message-ID:  <b2jf2a$16jb$1@kemoauc.mips.inka.de>
References:  <200302141742.h1EHg1GM055961@histidine.utmb.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
M. L. Dodson <bdodson@scms.utmb.EDU> wrote:

> I'm trying to debug the failure of an upgrade of biology/nab on alpha. 
> I have no alpha access, but it looks like an implicit 32-bit-ism in a
> cast.  Question: are sizeof(int) and sizeof(void *) different on
> FreeBSD alpha?

Yes!

sizeof(void *): 8
sizeof(long):   8
sizeof(int):    4

I.e. an LP64 architecture (long and pointers are 64-bit).  This is
the same on all our 64-bit architectures.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b2jf2a$16jb$1>