Hello Nicolas, Windows MinGW/MSYS doesn't do much with LD_LIBRARY_PATH.
I found that adding the Makefile line
NEKO_EXEC = PATH="../bin:${PATH}" NEKOPATH=../boot:../bin ../bin/neko
inside the section
ifeq (${WIN32}, 1)
endif
helped with some build problems, e.g., 'make doc'.
Regards,
e
--
Neko : One VM to run them all
(http://nekovm.org)
