> Well, I finally got it to build. I think it probably built before and I > just didn't twig to it. > > I took the -undefined dynamic_lookup out (though I don't think it made > that much difference) > > But I'm still getting an error, after the binary has been built, as > follows: > > [Bruce-M-Axtenss-Computer:~/Daddumz/neko] bruceaxt% make MACOSX=1 > (cd src; LD_LIBRARY_PATH=../bin: NEKOPATH=../boot:../bin ../bin/neko > nekoml -v neko/Main.nml nekoml/Main.nml) > Called from core/Core.nml line 64 > Uncaught exception - load.c(321) : Primitive not found : [EMAIL PROTECTED](2) > make: *** [compiler] Error 1 > > Any ideas?
This is the first primitive loaded, so it looks like : a) either std.ndll cannot be loaded b) either the linking flags of std.ndll does not export the sprintf__2 method Nicolas -- Neko : One VM to run them all (http://nekovm.org)
