[net.lang.c++] porting to a Sun

bs@alice.UucP (Bjarne Stroustrup) (02/28/86)

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 <stdio.h>
and <ctype.h>. Good luck.