Hi Przemek,
Your echo command does not recognize -n extension and adds it to output. Please replace in bin/hb-func.sh all: echo -n "..." with: echo "..." and repeat build test.
I've just found that this is a known property of OS X 10.5.x by purpose, whereas /bin/sh doesn't support 'echo -n'. /bin/bash does. It also works if called as /bin/echo. The reason is to be certified for Single UNIX Specification, and -n for echo is a bash add-on. Brgds, Viktor _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour