On Windows, I couldn't link staticaly the Boehm GC because it uses
some
DLLMain events to know which threads are currently running. I guess
there is not this problem on OSX but I can't tell either how to
staticly
link a C library. What I know is that you need to either link all
the .o
of BoehmGC with Neko or link all the .o in a .a (instead of a .so) and
link the .a with libneko. It would actually be better to staticly link
the GC.
Nicolas
I think that it was John Bentley who wrote: "When in doubt, use brute
force". Anyway, I removed the dynlib files before compiling and gcc
had no choice, it compiled the static version of the lib. I would
prefer a switch, but it seems to work (I tested my install package on
another mac with no dev tools installed and it works).
I also have a package for nekovm v. 1.3, maybe I can mail it to you
so that it's on nekovm.org?
I will switch to the haXe mailing list for the discussion concerning
just haxe.
Alex
--
Neko : One VM to run them all
(http://nekovm.org)