On Thu, Sep 4, 2008 at 1:02 PM, Siegmund Gorr <[EMAIL PROTECTED]> wrote: > This is the error message: > Uncaught exception - load.c(223) : Failed to load library : > /usr/lib/neko/std.ndll (/usr/lib/neko/std.ndll: wrong ELF class: > ELFCLASS32) This error means that you have neko binary compiled for 64bits but your ndll libraries are compiled for 32bits. This won't link. Recompile your ndlls and it should work.
> Has anybody else configured the compile script sucessfully for this > environment? You should probably uncomment CFLAGS += -D_64BITS in Makefile, but it seems to work fine without it. -- Kacper Gutowski -- Neko : One VM to run them all (http://nekovm.org)
