Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created August 12, 2015 13:23
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 rightfold/1a5555c2eb3d5e2ef3d1 to your computer and use it in GitHub Desktop.
Save rightfold/1a5555c2eb3d5e2ef3d1 to your computer and use it in GitHub Desktop.
% perl Configure.pl --compiler clang --debug && make lib
Welcome to MoarVM!
Configuring native build environment ................... OK
probing whether your compiler thinks that it is gcc YES
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 ....................... 8
probing computed goto support ...................... YES
probing pthread_yield support ...................... YES
make: make
compile: clang -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -g3 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC
link: clang -O3 -DNDEBUG -g3 -Wl,-rpath,@libdir@ -Wl,-rpath,@prefix@/share/perl6/site/lib
libs: -lm -lpthread -lrt -ldl
byte order: little endian
Configuring 3rdparty libs .............................. OK
3rdparty: 3rdparty/dyncall/dyncall/libdyncall_s.a
3rdparty/dyncall/dyncallback/libdyncallback_s.a
3rdparty/dyncall/dynload/libdynload_s.a
3rdparty/libatomic_ops/src/libatomic_ops.a
3rdparty/libtommath/libtommath.a
3rdparty/libuv/libuv.a
3rdparty/sha1/libsha1.a
3rdparty/tinymt/libtinymt.a
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 'make' to build and 'make help' to see a list of
available make targets.
compiling src/core/callsite.o
In file included from src/core/callsite.c:1:
src/moar.h:31:10: fatal error: 'dynload.h' file not found
#include <dynload.h>
^
1 error generated.
Makefile:547: recipe for target 'src/core/callsite.o' failed
make: *** [src/core/callsite.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment