Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!bs From: bs@alice.UucP (Bjarne Stroustrup) Newsgroups: net.lang.c++ Subject: porting to a Sun Message-ID: <5055@alice.uUCp> Date: Fri, 28-Feb-86 13:35:32 EST Article-I.D.: alice.5055 Posted: Fri Feb 28 13:35:32 1986 Date-Received: Sat, 1-Mar-86 17:23:41 EST Organization: Bell Labs, Murray Hill Lines: 20 Several people have had trouble porting to a Sun. Here is the size/align file for a Sun (for use with the +x option): char 1 1 short 2 2 int 4 2 2147483647 long 4 2 float 4 2 double 8 2 bit 8 32 struct 2 2 frame 2 2 top 0 0 word 4 0 wptr 4 2 bptr 4 2 and don't forget to use the -I option to get the Sun versions of and . Good luck.