------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-22 18:36 -------
You did not follow the instructions on installation
(http://gcc.gnu.org/install/):
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
and proceed as described in the configure instructions. In addition we strongly
recommend specifying an absolute path to invoke srcdir/configure.
test -e is part of POSIX already, just solaris's /bin/sh's builtin for test
does not support it (read the man page for test further information).
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32045