> The problem I got was that make stopped at these points. It should not, given that there's '-' in front of the command.
> However > redirecting the messages to /dev/null would be nice too. I can update > the patch accordingly if you wish it. > > Another question, what do you think about using something more handy > than simple makefiles? I like CMake as it allows to use almost the > same scripts on all platforms (vc++, ming, cygwin, linux, etc.) and > supports packaging and tests (resp. cpack and ctest). I'm trying to keep Makefile as much simple as possible. Once nekovm + std library has been built, further steps are done by a neko script for handling complex tasks such as resolving other libraries dependencies. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
