On Tue, Dec 05, 2006 at 12:34:36PM +0000, Joe Orton wrote: > On Fri, Dec 01, 2006 at 10:10:39PM -0500, Bob Rossi wrote: > > Secondly, the APR_CHECK_SIZEOF_EXTENDED isn't working for me because the > > default for the cross compiled size is 8. However, ssize_t for me is 4. > > So, the configure fails. I made this change: > > Can't you set ac_cv_sizeof_ssize_t=4 to get round that?
Yup, but that's not going to work when I upgrade my compiler, or something else changes. The point is, I'm in an environment where the host program can run, and tell me exactly what the size is. Thanks, Bob Rossi