http://bugs.winehq.org/show_bug.cgi?id=7140
------- Additional Comments From julliard@winehq.com 2007-10-01 15:44 ------- This is the problem:
old_mmap(NULL, 1610612736, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = -1 ENOMEM (Cannot allocate memory)
For some reason make causes the preloader reservation to fail; maybe it changes the virtual size limit or something like that.