I forgot to mention in my last post that the unsigned int warning in emacs.c
refers to a printf the has dump functions as args (ln. 1006):
printf ("%u %u\n", dumped_data_max_size (), dumped_data_align_offset ());
The information this printf prints is
% ~/usr/local/bin/xemacs -si
3134436 2996
--
rdr