Hello, I'm making a package of nekovm for NetBSD pkgsrc. But at the stage of compiler compilation, it coredumps, it appears that the compilation beaks when using boot/nekoc.n and boot/nekoml.n. I suspect that there maybe a binary compatibility issue from this two *.n files (strange enough) and my PC (NetBSD on x86_64) to verify this hypothesis can you please tell me how to generate those two *.n files?
Portion of the error message: ------------------------------------------------------------- cc -shared -WBsymbolic -o bin/std.ndll libs/std/buffer.o libs/std/date.o libs/std/file.o libs/std/init.o libs/std/int32.o libs/std/math.o libs/std/string.o libs/std/random.o libs/std/serialize.o libs/std/socket.o libs/std/sys.o libs/std/xml.o libs/std/module.o libs/std/md5.o libs/std/utf8.o libs/std/memory.o libs/std/misc.o libs/std/thread.o libs/std/process.o -Lbin -lneko (cd src; LD_LIBRARY_PATH=../bin:/usr/pkg/lib:/tmp/neko-1.8.1/bin NEKOPATH=../boot:../bin ../bin/neko nekoml -nostd neko/Main.nml nekoml/Main.nml) [1] Illegal instruction (core dumped) (cd src; LD_LIBR... gmake: *** [compiler] Error 132 ------------------------------------------------------------ Thanks in advance. Konstantin Tcholokachvili
-- Neko : One VM to run them all (http://nekovm.org)
