I have really tried to do this, downloading the GC and installing it,
and then
trying to compile the source:
delin$ make
mkdir bin 2>/dev/null
make: [createbin] Error 1 (ignored)
cc -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 vm/jit_x86.o -ldl -lgc -lm -dynamiclib -single_module
-install_name @executable_path/libneko.dylib
/usr/bin/libtool: can't locate file for: -lgc
/usr/bin/libtool: file: -lgc is not an object file (not allowed in a
library)
make: *** [bin/libneko.dylib] Error 1
Only the CVS version worked for me on osx 10.3.9.
HTH
-----------
erixtekila
http://blog.v-i-a.net/
--
Neko : One VM to run them all
(http://nekovm.org)