From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from netcomsv.netcom.com ([163.179.1.8]) by hawkwind.utcs.toronto.edu with SMTP id <24034>; Wed, 22 Dec 1993 14:50:33 -0500 Received: from netapp.UUCP by netcomsv.netcom.com with UUCP (8.6.4/SMI-4.1) id LAA28484; Wed, 22 Dec 1993 11:38:38 -0800 Received: from ghoti.netapp.com by netapp.com (4.1/SMI-4.1) id AA01460; Wed, 22 Dec 93 11:37:51 PST Received: by ghoti.netapp.com (4.1/SMI-4.1) id AA16454; Wed, 22 Dec 93 11:37:41 PST Date: Wed, 22 Dec 1993 14:37:41 -0500 From: byron@ghoti.netapp.com (Byron Rakitzis) Message-Id: <9312221937.AA16454@ghoti.netapp.com> To: sam-fans@hawkwind.utcs.toronto.edu Subject: sam on alpha - OSF/1 I got sam to come up on OSF/1 v1.3 by compiling sam "-taso". This is the "Truncated Address Support Option" which DEC supports in v1.3: they map all addresses in the linked object to a 32 bit address space, so even though a pointer is still 64 bits, you can cast from a pointer to an int and back again and still have it work.