> I have done a successful compile, build, run and 'make test' on: [...]
Oh, didn't know that there's make test :)
When I run it, I can see
================================== make test ===================================
make[2]: Leaving directory `/share/chroot/on81/tmp/vim72a/src'
if test -n "" -a -f po/Makefile; then \
cd po; make -f Makefile check VIM=../vim; \
fi
if test vim != vim -a ! -e vim; then \
ln -s vim vim; \
fi
/bin/sh: test: argument expected
make[1]: [test] Error 1 (ignored)
================================================================================
Thing is that -e is not supported by /bin/sh on Solaris. I would suggest
replacing '-e' by '-x'.
Cheers
--
Vlad
pgpveDXkAkSn7.pgp
Description: PGP signature
