Subject: | dynload.h? |
Attempting to compile the module on a debian/stretch system with the package moarvm-dev installed fails:
...
cc -c -I/usr/include/moar -I/usr/include/dynasm -I/usr/include/dyncall -I/usr/include/libatomic_ops -I/usr/include/libtommath -I/usr/include/libuv -I/usr/include/linenoise -I/usr/include/sha1 -I/usr/include/tinymt -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/opt/perl-5.27.5/lib/5.27.5/x86_64-linux/CORE" Perl6.c
In file included from Perl6.xs:8:0:
/usr/include/moar/moar.h:34:21: fatal error: dynload.h: Datei oder Verzeichnis nicht gefunden
#include <dynload.h>
^
compilation terminated.
Makefile:335: die Regel für Ziel âPerl6.oâ scheiterte
make: *** [Perl6.o] Fehler 1
...
It does not seem that a matching dynload.h exists in debian's repository.