OK, so I have done as you said and here is my first error (which may
be causing all the others)
gcc -o bin/libneko.dylib vm/alloc.o vm/builtins.o vm/callback.o
vm/context.o vm/interp.o vm/load.o vm/objtable.o vm/others.o vm/hash.o
vm/module.o LIBNEKO_LIBS = -L/opt/local/lib -ldl -lgc -lm -dynamiclib
-single_module -install_name @executable_path/libneko.dylib
i686-apple-darwin8-gcc-4.0.1: LIBNEKO_LIBS: No such file or directory
i686-apple-darwin8-gcc-4.0.1: =: No such file or directory
Could you send me you Makefile?
--
Neko : One VM to run them all
(http://nekovm.org)