[Bug libgcj/30838] test -ef does not exist under sh
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Feb 18 02:10:00 GMT 2007
------- 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
More information about the Java-prs
mailing list