------- Comment #1 from pinskia at gcc dot gnu dot org 2007-02-18 02:10 ------- You did not read the installation instructions which mentions you need to set CONFIG_SHELL for solaris. http://gcc.gnu.org/install/specific.html#x-x-solaris2
The Solaris 2 /bin/sh will often fail to configure libstdc++-v3, boehm-gc or libjava. We therefore recommend using the following initial sequence of commands % CONFIG_SHELL=/bin/ksh % export CONFIG_SHELL If you read the man page for test, you will see -ef is POSIX but just not supported by solaris's non POSIX supporting /bin/sh. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|java |libgcj Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30838