Hi,
I'm compiling neko sources on OS X 10.6
It gets quite a long way but then fails with this error.
../bin/neko nekoml -nostd neko/Main.nml nekoml/Main.nml core/*.nml -pack
../bin/nekoml.std
dyld: lazy symbol binding failed: Symbol not found: _deflateInit_
Referenced from:
/Users/a/dev/workspaces/neko/nekovm-read-only/bin/zlib.ndll
Expected in: dynamic lookup
dyld: Symbol not found: _deflateInit_
Referenced from:
/Users/a/dev/workspaces/neko/nekovm-read-only/bin/zlib.ndll
Expected in: dynamic lookup
Called from tools/install.neko line 411
Uncaught exception - Error 5 : aborted
make: *** [libs] Error 1
Any ideas ?
A.
--
Neko : One VM to run them all
(http://nekovm.org)