<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">Hi<br><br>I'm trying to build spread on Windows with MinGW. When I run the configure script, I see this in the output:<br></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-family: Verdana,Arial,Helvetica,sans-serif;">checking size of long long... 8<br>However, when I run make, I get lots of errors of which this is the first one:<br></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stdarch_wintel32.h:132:4: error: #error No 8 byte integeral type found!<br><br>The header file stdarch_wintel32.h contains the following definition:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #undef&nbsp; SIZEOF_LONG_LONG<br><br>To me it seems that SIZEOF_LONG_LONG should be defined as 8.<br><br>Any ideas?<br>Thanks.<br></body></html>