When using makeobj built from r5189 or newer, attempts to build pak64 fails with a memory allocation error. Resource monitoring reveals that makeobj allocates 2 GB of memory, which is the limit for a 32 bit application.
Using gcc 4.5.2 mingw.
fixed in r5222.
Confirmed. Thanks.