> If you have access to other platforms, please see what your "make" program
> returns on failure and let me know.
debian% make
perl -e "die"
Died at -e line 1.
make: *** [all] Fehler 255
It's a Debian Etch with German locale.
Running "LANG=C make" has the same result.
debian% LANG=en make
perl -e "die"
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Died at -e line 1.
make: *** [all] Error 255
Bye, Uwe