> I am trying to run through the example on how to roll my own exported > function using C, from the docs: > > Now all you have to do is to compile this C file into a shared library > named "hello.ndll". > > ...um, how do I do this please ? :-) > > The nearest I have is some black magic incantation from a Makefile along > the lines of 'nekoc -link...' but I am really lost for the minute.
It depends on your OS. Check how neko/tools/install.neko is doing for OSX/Linux. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
