Bill McEnaney wrote: > ./gen-classlist.sh: test: unknown operator -ef This happens when you're trying to use /bin/sh's built-in test rather than the one that's built into /bin/ksh or /bin/bash, or the separate /usr/bin/test. Have you set CONFIG_SHELL=/bin/ksh as per http://gcc.gnu.org/install/specific.html? You could also try running the configure and make steps from inside /bin/bash. Good luck! Rup. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________