On Mon, Nov 04, 2019 at 11:07:00PM -0700, Anthony J. Bentley wrote: > Hi Thomas, > > Thomas Frohwein writes: > > Please find attached a port of NekoVM. It comes with compiler and virtual > > machine. Neko is a high-level dynamically typed language that compiles to > > NekoVM bytecode. Other high-level languages like Haxe (which will be a > > follow-up port) can also compile to this. > > I noticed this: > > $ nekotools server > Starting Neko Server on localhost:2000 > nekotools:/usr/local/lib/neko/std.ndll: undefined symbol 'gethostbyname_r' > ld.so: nekotools: lazy binding failed! > Killed
Thanks, I found 2 missing ifdef's related to this. Updated tarball attached - this doesn't fail anymore when running $ nekotools server By the way, some tutorial examples can be found at [1]. ok? [1] https://nekovm.org/doc/begin/
nekovm.tgz
Description: Binary data
