Skip to content

Instantly share code, notes, and snippets.

@edwinst
Created March 30, 2015 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwinst/f704900183d3fb4fe4e6 to your computer and use it in GitHub Desktop.
Save edwinst/f704900183d3fb4fe4e6 to your computer and use it in GitHub Desktop.
Configuring and building MoarVM ...
C:\strawberry\perl\bin\perl.exe Configure.pl --optimize --prefix=C:/rakudo --make-install
Welcome to MoarVM!
Configuring native build environment ................... OK
auto-detecting x64 toolchain ....................... NO
probing whether your compiler thinks that it is gcc NO
probing how your compiler does static inline ....... static __inline
your CPU can read unaligned values for all of int32 int64 num64
probing the size of pointers ....................... 4
probing computed goto support ...................... NO
make: nmake
compile: cl /nologo /MT /Ox /GL /DNDEBUG /DWIN32 /DAO_ASSUME_WINDOWS98
link: link /nologo /LTCG
libs: shell32.lib ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib psapi.lib iphlpapi.lib
byte order: little endian
Configuring 3rdparty libs .............................. OK
3rdparty: 3rdparty/dyncall/dyncall/libdyncall_s.lib
3rdparty/dyncall/dyncallback/libdyncallback_s.lib
3rdparty/dyncall/dynload/libdynload_s.lib
3rdparty/libtommath/tommath.lib
3rdparty/libuv/uv.lib
3rdparty/linenoise/linenoise.lib
3rdparty/sha1/sha1.lib
3rdparty/tinymt/tinymt.lib
Generating src/gen/config.c ............................ OK
Generating src/gen/config.h ............................ OK
Generating Makefile .................................... OK
Generating tools/check.mk .............................. OK
Generating build/mk-moar-pc.pl ......................... OK
Configuration SUCCESS.
Type 'nmake' to build and 'nmake help' to see a list of
available make targets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment