cl -c -I.. -nologo -Gf -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE -MD -Zi -DNDEBUG -O1 -DPERL_IMPLICIT_CONTEXT -DUSE_PERLIO -DPERL_MSVCRT_READFIX -Fo..\malloc.obj ..\malloc.c cl : Command line warning D4029 : optimization is not available in the standard edition compiler malloc.c ..\malloc.c(1173) : warning C4013: 'malloced_size' undefined; assuming extern returning int ..\malloc.c(1222) : warning C4018: '<' : signed/unsigned mismatch ..\malloc.c(1224) : error C2065: 'PL_malloc_mutex' : undeclared identifier ..\malloc.c(1224) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(1229) : warning C4018: '>=' : signed/unsigned mismatch ..\malloc.c(1269) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(1451) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(1459) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(1518) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(1669) : warning C4018: '<' : signed/unsigned mismatch ..\malloc.c(1671) : warning C4018: '<' : signed/unsigned mismatch ..\malloc.c(1743) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(1904) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2085) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2088) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2267) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2275) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2278) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2384) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2410) : warning C4133: 'function' : incompatible types - from 'int *' to 'LPCRITICAL_SECTION' ..\malloc.c(2441) : warning C4013: 'get_mstats' undefined; assuming extern returning int NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.